Files
JavaScriptServices/src/Microsoft.AspNetCore.SpaServices/project.json
2016-06-28 10:58:05 +01:00

31 lines
576 B
JSON

{
"version": "1.0.0-*",
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"authors": [
"Microsoft"
],
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"net451": {
},
"netstandard1.6": {
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
]
}
},
"buildOptions": {
"embed": [
"Content/**/*"
]
}
}