Skip to content

Commit b0e5781

Browse files
committed
Remove FscTool{Path,Exe} overrides
Importing fsc.props, which overrides the values of FscToolPath and FscToolExe, breaks my build on ubuntu with .NET Core 3.1. Removing the import allows the build to work fine. This commit should be reviewed later if we want to support .NET Core 2.0 (which is apparently what the overrides are for).
1 parent 5c47042 commit b0e5781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/DotNetLightning.Core.Tests/DotNetLightning.Core.Tests.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
<ProjectReference Condition="'$(BouncyCastle)'!='true'" Include="..\..\src\NSec\Experimental\NSec.Experimental.csproj" />
4646
<ProjectReference Include="..\..\src\ResultUtils\ResultUtils.fsproj" />
4747
</ItemGroup>
48-
<Import Project="..\..\fsc.props" />
4948
<Import Project="..\..\netfx.props" />
5049
</Project>

0 commit comments

Comments
 (0)