Skip to content

Commit

Permalink
Downgrade NUnit3TestAdapter to 4.3.2 to get CI tests running again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed May 10, 2024
1 parent 74bc702 commit 5545cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/L10NSharpTests/L10NSharpTests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Unit tests for L10NSharp</Description>
<RootNamespace>L10NSharp.Tests</RootNamespace>
Expand All @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
Expand Down

0 comments on commit 5545cb6

Please sign in to comment.