Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:17:59 -07:00
parent 0483b12d86
commit ae9b21971b
8 changed files with 64 additions and 62 deletions

View File

@ -3,33 +3,33 @@
"Microsoft" "Microsoft"
], ],
"description": "Identity sample MVC application on ASP.NET Core", "description": "Identity sample MVC application on ASP.NET Core",
"version": "1.0.0-*", "version": "1.1.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*", "Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
"Microsoft.AspNetCore.Authorization": "1.0.0-*", "Microsoft.AspNetCore.Authorization": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Tools": { "Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Logging.Debug": "1.0.0-*" "Microsoft.Extensions.Logging.Debug": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,

View File

@ -1,9 +1,11 @@
{ {
"version": "0.1.0-*", "version": "0.2.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ], "nowarn": [
"CS1591"
],
"xmlDoc": true "xmlDoc": true
}, },
"description": "A compatibility layer for sharing identity databases between Microsoft.AspNet.Identity.EntityFramework and Microsoft.AspNetCore.Identity.EntityFrameworkCore", "description": "A compatibility layer for sharing identity databases between Microsoft.AspNet.Identity.EntityFramework and Microsoft.AspNetCore.Identity.EntityFrameworkCore",
@ -22,7 +24,7 @@
"Microsoft.AspNet.Identity.EntityFramework": "2.2.1", "Microsoft.AspNet.Identity.EntityFramework": "2.2.1",
"Microsoft.AspNet.DataProtection.Extensions": "1.0.0-*", "Microsoft.AspNet.DataProtection.Extensions": "1.0.0-*",
"Microsoft.Owin.Security.Cookies": "3.0.1", "Microsoft.Owin.Security.Cookies": "3.0.1",
"Microsoft.Owin.Security.Interop": "1.0.0-*" "Microsoft.Owin.Security.Interop": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View File

@ -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.0.0-*", "version": "1.1.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -22,8 +22,8 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*" "Microsoft.EntityFrameworkCore.Relational": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -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.0.0-*", "version": "1.1.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -21,9 +21,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*", "Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.1.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*" "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -8,12 +8,12 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"xunit": "2.1.0-*" "xunit": "2.1.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -16,17 +16,17 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*", "Microsoft.Extensions.Configuration.FileExtensions": "1.1.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {

View File

@ -8,13 +8,13 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.0.0-*", "Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {

View File

@ -8,12 +8,12 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-*", "Microsoft.Extensions.Configuration": "1.1.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*", "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
"xunit": "2.1.0-*" "xunit": "2.1.0-*"
}, },
"frameworks": { "frameworks": {