Skip to content

Commit 043c2cb

Browse files
committed
(#192) Build: migrate to automatic FSharp.Core reference
1 parent f260388 commit 043c2cb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
<PropertyGroup>
33
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
44
</PropertyGroup>
5-
6-
<PropertyGroup Condition="$(MSBuildPRojectExtension) == '.fsproj'">
7-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8-
</PropertyGroup>
9-
<ItemGroup Condition="$(MSBuildPRojectExtension) == '.fsproj'">
10-
<PackageReference Include="FSharp.Core" Version="8.0.300" />
11-
</ItemGroup>
125
</Project>

0 commit comments

Comments
 (0)