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 authored and josephmyers committed May 20, 2024
1 parent c7abdfd commit 5538401
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 Condition=" '$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'net481' ">
<Reference Include="System.Windows.Forms" />
Expand Down

0 comments on commit 5538401

Please sign in to comment.