yeah.
This commit is contained in:
parent
168622f83b
commit
04260a4b29
1 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
{
|
{
|
||||||
"dotnet": {
|
"dotnet": {
|
||||||
"projects": "*/project.json",
|
"enable": false,
|
||||||
"enablePackageRestore": false
|
"projects": ".",
|
||||||
|
"enablePackageRestore": false,
|
||||||
|
"script": {
|
||||||
|
"enableScriptNuGetReferences": true,
|
||||||
|
"defaultTargetFramework": "dnx451"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue