Skip to content

Commit 2ff5a82

Browse files
Bump NUnit.Analyzers from 3.6.0 to 3.6.1 (#1077)
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt) - [Commits](nunit/nunit.analyzers@3.6.0...3.6.1) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea2ea94 commit 2ff5a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NUnit.TestAdapter.Tests.Acceptance/NUnit.TestAdapter.Tests.Acceptance.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="nunit" Version="3.13.3" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.4.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
16-
<PackageReference Include="NUnit.Analyzers" Version="3.6.0" />
16+
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/NUnitTestAdapterTests/NUnit.TestAdapter.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="NSubstitute" Version="5.0.0" />
1717
<PackageReference Include="NUnit" Version="3.13.3" />
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
19-
<PackageReference Include="NUnit.Analyzers" Version="3.6.0" />
19+
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)