mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-12 11:54:10 +00:00
Move packages under top-level 'src' folder
This commit is contained in:
23
src/Microsoft.AspNet.SpaServices/project.json
Normal file
23
src/Microsoft.AspNet.SpaServices/project.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "1.0.0-alpha7-1",
|
||||
"description": "Microsoft.AspNet.SpaServices",
|
||||
"authors": [
|
||||
"Microsoft"
|
||||
],
|
||||
"tags": [
|
||||
""
|
||||
],
|
||||
"projectUrl": "",
|
||||
"licenseUrl": "",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
|
||||
"Microsoft.AspNet.Routing": "1.0.0-rc1-final"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user