Updating versions to 1.2.0-*
This commit is contained in:
parent
819c626f1b
commit
6b2a57b3cc
|
|
@ -44,23 +44,23 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*"
|
||||
"Microsoft.AspNetCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Session": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.1": {
|
||||
|
|
|
|||
|
|
@ -33,23 +33,23 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*"
|
||||
"Microsoft.AspNetCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Google": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Session": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
||||
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -4,17 +4,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
|
||||
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.WebUtilities": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.Binder": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.2.0-*",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
||||
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
|
||||
"MusicStore": "1.1.0-*",
|
||||
"MusicStore": "1.2.0-*",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue