Create a new shared package, Microsoft.AspNet.SpaServices, to hold MapSpaFallbackRoute (and other common infrastructure yet to be added)

This commit is contained in:
SteveSandersonMS
2015-12-09 15:13:56 +00:00
parent 4a5b9e62ef
commit d4f04d211f
6 changed files with 110 additions and 60 deletions

View File

@@ -26,7 +26,8 @@
},
"dependencies": {
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-*"
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-*",
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7"
},
"resource": [
"Content/**/*"