Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:28:48 -08:00
parent 078512dc94
commit c8a276e716
7 changed files with 45 additions and 42 deletions

View File

@ -5,13 +5,13 @@
"description": "Identity sample MVC application on K",
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "7.0.0-*",
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "3.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
@ -19,8 +19,8 @@
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "7.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
@ -34,15 +34,19 @@
"web": "IdentitySample.Mvc"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules"
],
"scripts": {
"prepublish": [ "npm install", "bower install", "gulp clean", "gulp min" ]
"prepublish": [
"npm install",
"bower install",
"gulp clean",
"gulp min"
]
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Identity providers that use Entity Framework.",
"version": "3.0.0-*",
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -10,8 +10,8 @@
"url": "git://github.com/aspnet/identity"
},
"dependencies": {
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "7.0.0-*"
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
},
"frameworks": {
"net451": {
@ -26,4 +26,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "Core implementation for ASP.NET Identity.",
"version": "3.0.0-*",
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -17,8 +17,7 @@
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
}
"dependencies": {}
}
}
}
}

View File

@ -6,21 +6,21 @@
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "3.0.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "7.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
"xunit": "2.1.0-*"
},
"compile": "../Shared/*.cs",
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Threading.Tasks": ""
"System.Threading.Tasks": ""
},
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
"xunit.runner.console": "2.1.0"
}
},
"dnxcore50": {
@ -34,4 +34,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}

View File

@ -4,15 +4,15 @@
"keyFile": "../../tools/Key.snk"
},
"content": [
"config.json"
"config.json"
],
"dependencies": {
"Microsoft.EntityFrameworkCore.InMemory": "7.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "3.0.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0"
@ -21,11 +21,11 @@
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Threading.Tasks": ""
"System.Threading.Tasks": ""
},
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
"xunit.runner.console": "2.1.0"
}
},
"dnxcore50": {
@ -39,4 +39,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}

View File

@ -8,7 +8,7 @@
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0"
@ -17,11 +17,11 @@
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Threading.Tasks": ""
"System.Threading.Tasks": ""
},
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
"xunit.runner.console": "2.1.0"
}
},
"dnxcore50": {
@ -35,4 +35,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}

View File

@ -6,7 +6,7 @@
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Identity": "3.0.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
@ -15,8 +15,8 @@
"compile": "../Shared/*.cs",
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Threading.Tasks": ""
"frameworkAssemblies": {
"System.Threading.Tasks": ""
},
"dependencies": {
"Moq": "4.2.1312.1622",
@ -35,4 +35,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}