02a19aff56
Make csproj templates first-class in dotnet-new.
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"name": "webapplication",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "3.3.6",
|
|
"jquery": "2.2.3",
|
|
"jquery-validation": "1.15.0",
|
|
"jquery-validation-unobtrusive": "3.2.6"
|
|
}
|
|
}
|