File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333 <!-- SDK targets override -->
3434 <PropertyGroup >
3535 <_FSharpBuildTargetFramework Condition =" '$(FSharpTestCompilerVersion)' == 'net40'" >net46</_FSharpBuildTargetFramework >
36+ <_FSharpBuildTargetFramework Condition =" '$(FSharpTestCompilerVersion)' == 'coreclr'" >netstandard2.0</_FSharpBuildTargetFramework >
37+ <_FSharpBuildBinPath >$(MSBuildThisFileDirectory)artifacts\bin\FSharp.Build\$(Configuration)\$(_FSharpBuildTargetFramework)</_FSharpBuildBinPath >
38+ <!--
3639 <_FSharpBuildTargetFramework Condition="'$(FSharpTestCompilerVersion)' == 'coreclr'">netcoreapp2.1</_FSharpBuildTargetFramework>
3740 <_FSharpBuildBinPath>$(MSBuildThisFileDirectory)artifacts\bin\fsc\$(Configuration)\$(_FSharpBuildTargetFramework)</_FSharpBuildBinPath>
41+ -->
3842
3943 <FSharpBuildAssemblyFile >$(_FSharpBuildBinPath)\FSharp.Build.dll</FSharpBuildAssemblyFile >
4044
You can’t perform that action at this time.
0 commit comments