.net - New Automatic NuGet package resotore and NuGet.Config -


i'm migrating new version of automatic package restore described in docs

this documents says, .nuget folder should removed completely. including nuget.config, contained property, need:

<config>     <add key="repositorypath" value="..\..\..\commonnugetpackages" />   </config> 

so how 1 should specify path packages should restored?

update:

updating 2.8 fixed issue. guess bug. though fixed in 2.7.2 , had 2.7.4.

i keep nuget.config file since using change default packages directory.

you can delete nuget.exe , nuget.targets file .nuget directory , remove import in project files refers nuget.targets.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -