Skip to content

Commit dc0a03b

Browse files
committed
NUnit.Analyzers 3.9.0 -> 3.10.0
1 parent 0cf9847 commit dc0a03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/DotFastLZ.Compression.Tests/DotFastLZ.Compression.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1111
<PackageReference Include="NUnit" Version="4.0.0" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
13-
<PackageReference Include="NUnit.Analyzers" Version="3.9.0">
13+
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

test/DotFastLZ.Packaging.Tests/DotFastLZ.Packaging.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1111
<PackageReference Include="NUnit" Version="4.0.0" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
13-
<PackageReference Include="NUnit.Analyzers" Version="3.9.0">
13+
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

0 commit comments

Comments
 (0)