14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"dotnet": {
|
|
"projects": "src/*/project.json;test/*/project.json;scripts/*/project.json",
|
|
"enable": true,
|
|
"projects": ".",
|
|
"enablePackageRestore": false,
|
|
"script": {
|
|
"enableScriptNuGetReferences": true,
|
|
"defaultTargetFramework": "dnx451"
|
|
}
|
|
|
|
}
|
|
}
|