Skip to content

Commit

Permalink
removed not needed FsCheck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
doerrD committed Nov 21, 2024
1 parent cbebab0 commit feb6a21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions softaware.Holidays.Core.Tests/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using FsCheck;
using FsCheck.Xunit;
using Xunit;

namespace softaware.Holidays.Core.Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Version="2.16.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down

0 comments on commit feb6a21

Please sign in to comment.