We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f260388 commit 043c2cbCopy full SHA for 043c2cb
1 file changed
Directory.Build.props
@@ -2,11 +2,4 @@
2
<PropertyGroup>
3
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4
</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>
12
</Project>
0 commit comments