Files
JavaScriptServices/Microsoft.AspNet.SpaServices/project.json
Henk Mollema 5c1f362c84 Target dotnet TFM's for class libraries
- Target `net451` and `dotnet5.4`
- Add SPA services project to solution (with .xproj)
- Add NuGet.config
- Update .gitignore
2015-12-10 16:38:29 +01:00

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": {
}
}
}
}