Merge pull request #4406 from dotnet/emgarten/solutionRestore
Adding recursive restore and solution level restore
This commit is contained in:
commit
bc82b16a01
10 changed files with 49 additions and 18 deletions
|
@ -30,10 +30,10 @@
|
|||
},
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"NuGet.Versioning": "3.6.0-rc-1979",
|
||||
"NuGet.Packaging": "3.6.0-rc-1979",
|
||||
"NuGet.Frameworks": "3.6.0-rc-1979",
|
||||
"NuGet.ProjectModel": "3.6.0-rc-1979",
|
||||
"NuGet.Versioning": "3.6.0-rc-1984",
|
||||
"NuGet.Packaging": "3.6.0-rc-1984",
|
||||
"NuGet.Frameworks": "3.6.0-rc-1984",
|
||||
"NuGet.ProjectModel": "3.6.0-rc-1984",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"xunit": "2.2.0-beta3-build3330",
|
||||
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
||||
"NuGet.ProjectModel": "3.6.0-rc-1979"
|
||||
"NuGet.ProjectModel": "3.6.0-rc-1984"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue