mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
31 lines
576 B
JSON
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/**/*"
|
|
]
|
|
}
|
|
}
|