Skip to content

Commit 04ae33a

Browse files
committed
Pin version of FSharp.Core
Otherwise the version is determined by the SDK, which can conflict with <RestoreLockedMode> dotnet/fsharp#12315
1 parent 2645a83 commit 04ae33a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/FSharp.Specs/FSharp.Specs.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<LangVersion>6.0</LangVersion>
6+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
67
</PropertyGroup>
78

89
<ItemGroup>
910
<Compile Include="FSharpSpecs.fs" />
1011
</ItemGroup>
1112

1213
<ItemGroup>
14+
<PackageReference Include="FSharp.Core" Version="9.0.303" />
1315
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1416
<PackageReference Include="xunit" Version="2.9.3" />
1517
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">

0 commit comments

Comments
 (0)