Updating NuGet references from beta to rc.

This commit is contained in:
Eric Erhardt 2016-05-02 09:29:51 -05:00
parent ac5432bff2
commit 9d1d937ced
6 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@
"Microsoft.CSharp": "4.0.1-rc2-24027", "Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
"NuGet.Versioning": "3.5.0-beta-1233", "NuGet.Versioning": "3.5.0-rc-1233",
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"Octokit": "0.18.0", "Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29" "Microsoft.Net.Http": "2.2.29"

View file

@ -6,10 +6,10 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",
"NuGet.Versioning": "3.5.0-beta-1233", "NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.Packaging": "3.5.0-beta-1233", "NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.Frameworks": "3.5.0-beta-1233", "NuGet.Frameworks": "3.5.0-rc-1233",
"NuGet.ProjectModel": "3.5.0-beta-1233" "NuGet.ProjectModel": "3.5.0-rc-1233"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View file

@ -7,8 +7,8 @@
"dependencies": { "dependencies": {
"Microsoft.Extensions.DependencyModel": "1.0.0-*", "Microsoft.Extensions.DependencyModel": "1.0.0-*",
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"NuGet.Packaging": "3.5.0-beta-1233", "NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.RuntimeModel": "3.5.0-beta-1233", "NuGet.RuntimeModel": "3.5.0-rc-1233",
"System.Reflection.Metadata": "1.3.0-rc2-24027" "System.Reflection.Metadata": "1.3.0-rc2-24027"
}, },
"frameworks": { "frameworks": {

View file

@ -17,10 +17,10 @@
], ],
"dependencies": { "dependencies": {
"NuGet.Commands": { "NuGet.Commands": {
"version": "3.5.0-beta-1233", "version": "3.5.0-rc-1233",
"exclude": "compile" "exclude": "compile"
}, },
"NuGet.CommandLine.XPlat": "3.5.0-beta-1233", "NuGet.CommandLine.XPlat": "3.5.0-rc-1233",
"Newtonsoft.Json": "7.0.1", "Newtonsoft.Json": "7.0.1",
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027", "System.Text.Encoding.CodePages": "4.0.1-rc2-24027",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",

View file

@ -10,10 +10,10 @@
}, },
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027", "System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"NuGet.Versioning": "3.5.0-beta-1233", "NuGet.Versioning": "3.5.0-rc-1233",
"NuGet.Packaging": "3.5.0-beta-1233", "NuGet.Packaging": "3.5.0-rc-1233",
"NuGet.Frameworks": "3.5.0-beta-1233", "NuGet.Frameworks": "3.5.0-rc-1233",
"NuGet.ProjectModel": "3.5.0-beta-1233", "NuGet.ProjectModel": "3.5.0-rc-1233",
"Microsoft.DotNet.ProjectModel": { "Microsoft.DotNet.ProjectModel": {
"target": "project" "target": "project"
}, },

View file

@ -4,8 +4,8 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"NuGet.RuntimeModel": "3.5.0-beta-1233", "NuGet.RuntimeModel": "3.5.0-rc-1233",
"NuGet.Versioning": "3.5.0-beta-1233", "NuGet.Versioning": "3.5.0-rc-1233",
"System.CommandLine": "0.1.0-e160119-1", "System.CommandLine": "0.1.0-e160119-1",
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
"Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*",