Skip to content

Commit dacda12

Browse files
jwChungmoodmosaic
authored andcommitted
Specify the YoloDev.Expecto.TestSdk package version to 0.14.3.
Starting from version 0.15.*, the YoloDev.Expecto.TestSdkpackage targets .NET 8. Since the test project is using .NET 6, it fails to build with newer versions. To ensure compatibility and successful builds, the package version is specified to 0.14.3, which supports .NET 6.
1 parent d95efe1 commit dacda12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Hedgehog.Tests/Hedgehog.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="Expecto" Version="10.*" />
2626
<PackageReference Include="Fable.Mocha" Version="2.17.0" />
27-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
27+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.14.3" />
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
2929
<PackageReference Update="FSharp.Core" Version="7.0.300" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)