.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
Post a Comment