mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
Create a new shared package, Microsoft.AspNet.SpaServices, to hold MapSpaFallbackRoute (and other common infrastructure yet to be added)
This commit is contained in:
@@ -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/**/*"
|
||||
|
||||
Reference in New Issue
Block a user