Skip to content

Commit

Permalink
Merge pull request #156 from fsprojects/dependabot/nuget/NUnit-4.0.0
Browse files Browse the repository at this point in the history
Bump NUnit from 3.13.3 to 4.0.0
  • Loading branch information
SchlenkR committed Nov 27, 2023
2 parents 6b23209 + 6c36689 commit 47c6927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Test.CSharp/Test.CSharp.csproj
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.fsproj
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="FsUnit" Version="5.1.0" />
<PackageReference Include="FSharp.Data" Version="4.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.0" />
<PackageReference Include="Suave" Version="2.6.1" />
</ItemGroup>
Expand Down

0 comments on commit 47c6927

Please sign in to comment.