mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-01 06:27:37 +00:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Helpers for building React applications on ASP.NET Core.",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"authors": [ "Microsoft" ],
|
|
"tooling": {
|
|
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
|
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|