Updating versions to 1.2.0-*
This commit is contained in:
parent
d29d5ab63a
commit
3be87cef81
|
|
@ -5,31 +5,31 @@
|
||||||
"description": "Identity sample MVC application on ASP.NET Core",
|
"description": "Identity sample MVC application on ASP.NET Core",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Google": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authorization": "1.1.0-*",
|
"Microsoft.AspNetCore.Authorization": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
|
"Microsoft.AspNetCore.DataProtection.Extensions": "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": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "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.Mvc.TagHelpers": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.2.0-*",
|
||||||
"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.SqlServer": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.Tools": {
|
"Microsoft.EntityFrameworkCore.Tools": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.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.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-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true,
|
"emitEntryPoint": true,
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Identity.EntityFramework": "2.2.1",
|
"Microsoft.AspNet.Identity.EntityFramework": "2.2.1",
|
||||||
"Microsoft.Owin.Security.Cookies": "3.0.1",
|
"Microsoft.Owin.Security.Cookies": "3.0.1",
|
||||||
"Microsoft.Owin.Security.Interop": "1.1.0-*",
|
"Microsoft.Owin.Security.Interop": "1.2.0-*",
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
|
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
@ -19,10 +19,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": {
|
||||||
"Microsoft.EntityFrameworkCore.Relational": "1.1.0-*",
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Microsoft.EntityFrameworkCore.Relational": "1.2.0-*",
|
||||||
"Microsoft.Extensions.TaskCache.Sources": {
|
"Microsoft.Extensions.TaskCache.Sources": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.",
|
"description": "ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.",
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
@ -18,11 +18,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.0-*",
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.TaskCache.Sources": {
|
"Microsoft.Extensions.TaskCache.Sources": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
"Microsoft.AspNetCore.Http": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -16,17 +16,17 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
"Microsoft.AspNetCore.Http": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
"Microsoft.AspNetCore.Http": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
"Microsoft.AspNetCore.Http": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration": "1.1.0-*",
|
"Microsoft.Extensions.Configuration": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.2.0-*",
|
||||||
"Moq": "4.6.36-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue