mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
- Target `net451` and `dotnet5.4` - Add SPA services project to solution (with .xproj) - Add NuGet.config - Update .gitignore
24 lines
402 B
JSON
24 lines
402 B
JSON
{
|
|
"version": "1.0.0-alpha7",
|
|
"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": {
|
|
}
|
|
}
|
|
}
|
|
}
|