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:45 -08:00
parent 3c6f68acb9
commit ab34d08bc1
6 changed files with 23 additions and 23 deletions

View File

@ -6,14 +6,14 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*"
"Microsoft.AspNetCore.HttpOverrides": "0.1.0-*"
},
"commands": {
"web": "HttpOverridesSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",

View File

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Buffering": "1.0.0-*",
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
@ -12,8 +12,8 @@
"web": "ResponseBufferingSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"publishExclude": [
"node_modules",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*"
},
"frameworks": {
"net451": { },
"dotnet5.4": { }
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -14,7 +14,7 @@
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": { },
"dotnet5.4": { }
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -4,13 +4,13 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.Buffering": "1.0.0-*",
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},

View File

@ -4,14 +4,14 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.HttpOverrides": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},