Merge pull request #2878 from rrelyea/rrelyea/updateNugetVersions
Update version number of Nuget binaries to 3.5.0-beta
This commit is contained in:
commit
c0aeb91d61
6 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
|||
"Microsoft.CSharp": "4.0.1-rc2-24027",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||
"NuGet.Versioning": "3.5.0-beta-1246",
|
||||
"NuGet.Versioning": "3.5.0-beta",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"Octokit": "0.18.0",
|
||||
"Microsoft.Net.Http": "2.2.29"
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"NuGet.Versioning": "3.5.0-beta-1246",
|
||||
"NuGet.Packaging": "3.5.0-beta-1246",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1246",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1246"
|
||||
"NuGet.Versioning": "3.5.0-beta",
|
||||
"NuGet.Packaging": "3.5.0-beta",
|
||||
"NuGet.Frameworks": "3.5.0-beta",
|
||||
"NuGet.ProjectModel": "3.5.0-beta"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"NuGet.Packaging": "3.5.0-beta-1246",
|
||||
"NuGet.RuntimeModel": "3.5.0-beta-1246",
|
||||
"NuGet.Packaging": "3.5.0-beta",
|
||||
"NuGet.RuntimeModel": "3.5.0-beta",
|
||||
"System.Reflection.Metadata": "1.3.0-rc2-24027"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"NuGet.Commands": {
|
||||
"version": "3.5.0-beta-1246",
|
||||
"version": "3.5.0-beta",
|
||||
"exclude": "compile"
|
||||
},
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta-1246",
|
||||
"NuGet.CommandLine.XPlat": "3.5.0-beta",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027",
|
||||
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
},
|
||||
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
|
||||
"NuGet.Versioning": "3.5.0-beta-1246",
|
||||
"NuGet.Packaging": "3.5.0-beta-1246",
|
||||
"NuGet.Frameworks": "3.5.0-beta-1246",
|
||||
"NuGet.ProjectModel": "3.5.0-beta-1246",
|
||||
"NuGet.Versioning": "3.5.0-beta",
|
||||
"NuGet.Packaging": "3.5.0-beta",
|
||||
"NuGet.Frameworks": "3.5.0-beta",
|
||||
"NuGet.ProjectModel": "3.5.0-beta",
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"NuGet.RuntimeModel": "3.5.0-beta-1246",
|
||||
"NuGet.Versioning": "3.5.0-beta-1246",
|
||||
"NuGet.RuntimeModel": "3.5.0-beta",
|
||||
"NuGet.Versioning": "3.5.0-beta",
|
||||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
|
|
Loading…
Reference in a new issue