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:
22
Microsoft.AspNet.SpaServices/project.json
Normal file
22
Microsoft.AspNet.SpaServices/project.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "1.0.0-alpha7",
|
||||
"description": "Microsoft.AspNet.SpaServices",
|
||||
"authors": [
|
||||
"Microsoft"
|
||||
],
|
||||
"tags": [
|
||||
""
|
||||
],
|
||||
"projectUrl": "",
|
||||
"licenseUrl": "",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Routing": "1.0.0-rc1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user