File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88
99 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
1010 <DisableAutoSetFscCompilerPath >true</DisableAutoSetFscCompilerPath >
11+ <FscToolPath Condition =" '$(FscToolPath)' == ''" >$([System.IO.Path]::GetDirectoryName($(DOTNET_HOST_PATH)))</FscToolPath >
12+ <FscToolExe Condition =" '$(FscToolExe)' == ''" >$([System.IO.Path]::GetFileName($(DOTNET_HOST_PATH)))</FscToolExe >
1113
1214 <DotnetFscCompilerPath >$(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net9.0/fsc.dll</DotnetFscCompilerPath >
1315 <Fsc_DotNET_DotnetFscCompilerPath >$(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net9.0/fsc.dll</Fsc_DotNET_DotnetFscCompilerPath >
You can’t perform that action at this time.
0 commit comments