Skip to content

Commit d0f355e

Browse files
committed
try to fix build
1 parent 05fde28 commit d0f355e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ pushd .\lkg & %_dotnetexe% publish project.json &popd
339339
@if ERRORLEVEL 1 echo Error: dotnet publish failed && goto :failure
340340

341341
rem rename fsc and coreconsole to allow fsc.exe to to start compiler
342-
pushd .\lkg\bin\debug\dnxcore50\win7-x64\publish
342+
pushd .\lkg\bin\debug\netstandard1.6\win7-x64\publish
343343
fc fsc.exe corehost.exe >nul
344344
@if ERRORLEVEL 1 (
345345
copy fsc.exe fsc.dll
@@ -348,7 +348,7 @@ fc fsc.exe corehost.exe >nul
348348
popd
349349

350350
rem rename fsc and coreconsole to allow fsc.exe to to start compiler
351-
pushd .\lkg\bin\debug\dnxcore50\win7-x64\publish
351+
pushd .\lkg\bin\debug\netstandard1.6\win7-x64\publish
352352
fc fsi.exe corehost.exe >nul
353353
@if ERRORLEVEL 1 (
354354
copy fsi.exe fsi.dll

lkg/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ubuntu.14.04-x64": { }
1111
},
1212
"frameworks": {
13-
"dnxcore50": {
13+
"netstandard1.6": {
1414
"imports": "portable-net45+win8"
1515
}
1616
}

0 commit comments

Comments
 (0)