Updating nuget to 4.0.0-rc-2037
This commit is contained in:
parent
cbed94dbef
commit
54cad0b7a6
6 changed files with 12 additions and 12 deletions
|
@ -17,7 +17,7 @@
|
|||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"target": "project"
|
||||
},
|
||||
"NuGet.Frameworks": "3.6.0-rc-1984"
|
||||
"NuGet.Frameworks": "4.0.0-rc-2037"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<Version>6.2.2-preview</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NuGet.CommandLine.XPlat">
|
||||
<Version>3.6.0-rc-1984</Version>
|
||||
<Version>4.0.0-rc-2037</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Build.Utilities.Core">
|
||||
<Version>0.1.0-preview-00043-160929</Version>
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
"Microsoft.Extensions.DependencyModel": "1.0.1-beta-000933",
|
||||
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933",
|
||||
|
||||
"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",
|
||||
"NuGet.Versioning": "4.0.0-rc-2037",
|
||||
"NuGet.Packaging": "4.0.0-rc-2037",
|
||||
"NuGet.Frameworks": "4.0.0-rc-2037",
|
||||
"NuGet.ProjectModel": "4.0.0-rc-2037",
|
||||
|
||||
"Microsoft.Build": "15.1.319-preview5",
|
||||
"Microsoft.Build.Utilities.Core": "15.1.319-preview5"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"Microsoft.Build.Runtime": "15.1.319-preview5",
|
||||
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60922-08",
|
||||
"System.Runtime.Serialization.Xml": "4.1.1",
|
||||
"NuGet.Build.Tasks": "3.6.0-rc-1984",
|
||||
"NuGet.Build.Tasks": "4.0.0-rc-2037",
|
||||
"Microsoft.TestPlatform.CLI": "15.0.0-preview-20161028-03",
|
||||
"Microsoft.TestPlatform.Build": "15.0.0-preview-20161028-03"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.6.0-rc-1984"
|
||||
"NuGet.CommandLine.XPlat": "4.0.0-rc-2037"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
},
|
||||
"System.Diagnostics.TraceSource": "4.0.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"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",
|
||||
"NuGet.Versioning": "4.0.0-rc-2037",
|
||||
"NuGet.Packaging": "4.0.0-rc-2037",
|
||||
"NuGet.Frameworks": "4.0.0-rc-2037",
|
||||
"NuGet.ProjectModel": "4.0.0-rc-2037",
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue