Updated to a newer version of NuGet

- Update the newest nuget
- Filter out build dependencies from the project resolver based on hte lock file
- Fix more erroneous build dependencies
This commit is contained in:
David Fowler 2016-02-15 18:39:29 -08:00
parent c9cf2585a0
commit 129442923a
8 changed files with 26 additions and 23 deletions

View file

@ -5,8 +5,7 @@
"NETStandard.Library": "1.0.0-rc2-23811",
"Microsoft.DotNet.Cli.Utils": {
"target": "project",
"type": "build"
"target": "project"
},
"dotnet": { "target": "project" },