Merge pull request #3971 from eerhardt/msbuild-UpdateNuGet
Update NuGet to 3.5.0-rc1-1697
This commit is contained in:
commit
911f7a9759
5 changed files with 14 additions and 14 deletions
|
@ -20,7 +20,7 @@
|
|||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Xml.XmlSerializer": "4.0.11",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1653",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1697",
|
||||
"Microsoft.Build.Framework": "0.1.0-preview-00024-160610",
|
||||
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00024-160610"
|
||||
},
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
"NuGet.Versioning": "3.5.0-rc1-1653",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1653",
|
||||
"NuGet.Frameworks": "3.5.0-rc1-1653",
|
||||
"NuGet.ProjectModel": "3.5.0-rc1-1653"
|
||||
"NuGet.Versioning": "3.5.0-rc1-1697",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1697",
|
||||
"NuGet.Frameworks": "3.5.0-rc1-1697",
|
||||
"NuGet.ProjectModel": "3.5.0-rc1-1697"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
"target": "project"
|
||||
},
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"NuGet.Configuration": "3.5.0-rc1-1653",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1653",
|
||||
"NuGet.RuntimeModel": "3.5.0-rc1-1653",
|
||||
"NuGet.Configuration": "3.5.0-rc1-1697",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1697",
|
||||
"NuGet.RuntimeModel": "3.5.0-rc1-1697",
|
||||
"System.Reflection.Metadata": "1.3.0"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -34,10 +34,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"NuGet.Commands": {
|
||||
"version": "3.5.0-rc1-1653",
|
||||
"version": "3.5.0-rc1-1697",
|
||||
"exclude": "compile"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1653",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1697",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"System.Text.Encoding.CodePages": "4.0.1",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0",
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
},
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"NuGet.Versioning": "3.5.0-rc1-1653",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1653",
|
||||
"NuGet.Frameworks": "3.5.0-rc1-1653",
|
||||
"NuGet.ProjectModel": "3.5.0-rc1-1653",
|
||||
"NuGet.Versioning": "3.5.0-rc1-1697",
|
||||
"NuGet.Packaging": "3.5.0-rc1-1697",
|
||||
"NuGet.Frameworks": "3.5.0-rc1-1697",
|
||||
"NuGet.ProjectModel": "3.5.0-rc1-1697",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue