Skip to content

Commit

Permalink
Merge pull request #286 from krymtkts:feature/fsunit
Browse files Browse the repository at this point in the history
Bump `FsUnit` to 7.0.1 and clean up test project
  • Loading branch information
krymtkts authored Dec 31, 2024
2 parents e6bd17e + 72afdcd commit 389f83f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/pocof.Test/Program.fs

This file was deleted.

8 changes: 5 additions & 3 deletions src/pocof.Test/pocof.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
<Compile Include="Handle.fs" />
<Compile Include="Pocof.fs" />
<Compile Include="Library.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-rc3" />
<PackageReference Include="FsUnit.xUnit" Version="6.0.1" />
<PackageReference Include="FsUnit.xUnit" Version="7.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -35,6 +34,9 @@
</PackageReference>
<!-- NOTE: for creating mock PSObject -->
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
<!-- NOTE: for resolving FsCheck.Xunit 3.0.0-rc3 vulnerability -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 389f83f

Please sign in to comment.