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:
parent
8ed31de917
commit
d858078d69
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "6.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aspnet/cors"
|
"url": "https://github.com/aspnet/cors"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"CorsMiddlewareWebSite": "1.0.0-*",
|
"CorsMiddlewareWebSite": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Cors": "6.0.0-*",
|
"Microsoft.AspNetCore.Cors": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,12 @@
|
||||||
"web": "CorsMiddlewareWebSite"
|
"web": "CorsMiddlewareWebSite"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Cors": "6.0.0-*",
|
"Microsoft.AspNetCore.Cors": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
|
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": {},
|
||||||
"dnxcore50": { }
|
"dnxcore50": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue