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",
@ -23,4 +23,4 @@
"**.user",
"**.vspscc"
]
}
}

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-*"
},
@ -9,11 +9,11 @@
"emitEntryPoint": true
},
"commands": {
"web": "ResponseBufferingSample"
"web": "ResponseBufferingSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"publishExclude": [
"node_modules",
@ -27,4 +27,4 @@
"node_modules",
"bower_components"
]
}
}

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": ""
},
@ -18,7 +18,7 @@
"xunit.runner.console": "2.1.0"
}
},
"dnxcore50": {
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
@ -28,4 +28,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}

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": ""
},
@ -19,7 +19,7 @@
"xunit.runner.console": "2.1.0"
}
},
"dnxcore50": {
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
@ -29,4 +29,4 @@
"commands": {
"test": "xunit.runner.aspnet"
}
}
}