File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
341341rem 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
343343fc 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
348348popd
349349
350350rem 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
352352fc fsi.exe corehost.exe > nul
353353@ if ERRORLEVEL 1 (
354354 copy fsi.exe fsi.dll
Original file line number Diff line number Diff line change 1010 "ubuntu.14.04-x64" : { }
1111 },
1212 "frameworks" : {
13- "dnxcore50 " : {
13+ "netstandard1.6 " : {
1414 "imports" : " portable-net45+win8"
1515 }
1616 }
You can’t perform that action at this time.
0 commit comments