Skip to content

Commit

Permalink
Remove Packages from repository
Browse files Browse the repository at this point in the history
Local package cache was used to be able to build application after
checkout. After .NET Standard support was introduced there are about
200MB of dependencies and Internet connection might still be required
for successfully NuGet restore.

Removing the local cache to always rely on NuGet restore
  • Loading branch information
zvirja committed Aug 28, 2017
1 parent a568f9a commit b9861e2
Show file tree
Hide file tree
Showing 50 changed files with 4 additions and 22,121 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -109,4 +109,7 @@ NuGetPackages

# IDE temp files
.vs/
.idea/
.idea/

# NuGet restore files
**/packages/*
Binary file not shown.
165 changes: 0 additions & 165 deletions Src/packages/Moq.4.1.1309.1617/Moq.4.1.1309.1617.nuspec

This file was deleted.

Binary file removed Src/packages/Moq.4.1.1309.1617/lib/net35/Moq.dll
Binary file not shown.

0 comments on commit b9861e2

Please sign in to comment.