Fix routing build

This commit is contained in:
Ryan Nowak 2016-02-02 11:24:44 -08:00
parent b4099adefb
commit 48eb000a0e
6 changed files with 19 additions and 6 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@ packages/
artifacts/ artifacts/
PublishProfiles/ PublishProfiles/
.vs/ .vs/
.build/
.testPublish/
bower_components/ bower_components/
node_modules/ node_modules/
**/wwwroot/lib/ **/wwwroot/lib/

View File

@ -2,7 +2,8 @@
"dependencies": { "dependencies": {
"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-*",
"Microsoft.AspNetCore.Routing.Extensions": "1.0.0-*" "Microsoft.AspNetCore.Routing.Extensions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
@ -12,6 +13,8 @@
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { } "dnxcore50": {
"imports": "portable-net451+win8"
}
} }
} }

View File

@ -5,6 +5,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
@ -12,7 +13,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
}, },
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {

View File

@ -9,13 +9,15 @@
"version": "1.0.0-*" "version": "1.0.0-*"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
}, },
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {

View File

@ -9,6 +9,7 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
@ -16,7 +17,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
}, },
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {

View File

@ -9,6 +9,7 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*", "Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
@ -16,7 +17,8 @@
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
}, },
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {