Fix more versions

This commit is contained in:
Pranav K 2016-11-11 09:17:22 -08:00
parent 67129b2515
commit 51d4e11e6f
4 changed files with 44 additions and 61 deletions

View File

@ -3,58 +3,56 @@
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-preview1-001100-00", "version": "1.1.0-*",
"type": "platform" "type": "platform"
}, },
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.2.0-*",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview2-final", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Microsoft.EntityFrameworkCore.Design": { "Microsoft.EntityFrameworkCore.Design": {
"version": "1.0.0-preview2-final", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
"Microsoft.EntityFrameworkCore.SqlServer.Design": { "Microsoft.EntityFrameworkCore.SqlServer.Design": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
"Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.2.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Logging.Debug": "1.1.0-*", "Microsoft.Extensions.Logging.Debug": "1.2.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.2.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { "Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.0.0-preview2-final", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
"version": "1.0.0-preview2-final", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.SignalR": { "Microsoft.AspNetCore.SignalR": "1.0.0-*"
"target": "project"
}
}, },
"tools": { "tools": {
"BundlerMinifier.Core": "2.0.238", "BundlerMinifier.Core": "2.0.238",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", "Microsoft.AspNetCore.Razor.Tools": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final", "Microsoft.EntityFrameworkCore.Tools": "1.2.0-*",
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview2-final", "Microsoft.Extensions.SecretManager.Tools": "1.2.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { "Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.0.0-preview2-final", "version": "1.2.0-*",
"imports": [ "imports": [
"portable-net45+win8" "portable-net45+win8"
] ]
@ -63,10 +61,7 @@
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {
"imports": [ "imports": "portable-net45+win8"
"dotnet5.6",
"portable-net45+win8"
]
} }
}, },

View File

@ -1,18 +1,17 @@
{ {
"version": "1.0.0-*",
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
}, },
"System.Net.WebSockets.Client": "4.0.0" "System.Net.WebSockets.Client": "4.3.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": {} "netcoreapp1.1": {}
} }
} }

View File

@ -1,38 +1,27 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.SignalR": { "Microsoft.AspNetCore.SignalR.Redis": "1.0.0-*",
"target": "project"
},
"Microsoft.AspNetCore.SignalR.Redis": {
"target": "project"
},
"Microsoft.AspNetCore.Sockets": {
"target": "project"
},
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
}, },
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.1.0", "Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Google.Protobuf": "3.1.0" "Google.Protobuf": "3.1.0"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.1": {
"imports": [ "imports": "portable-net45+win8+wp8+wpa81"
"dotnet5.6",
"portable-net45+win8"
]
} }
}, },

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*", "Microsoft.AspNetCore.Http": "1.2.0-*",
"Microsoft.AspNetCore.Sockets": "1.0.0-*", "Microsoft.AspNetCore.Sockets": "0.1.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {