Skip to content

Commit 7b996b7

Browse files
dependabot[bot]JohanLarsson
authored andcommitted
Bump NUnit from 3.13.2 to 3.13.3
Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.2 to 3.13.3. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/v3.13.3/CHANGES.md) - [Commits](nunit/nunit@v3.13.2...v3.13.3) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fe3ade commit 7b996b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ReflectionAnalyzers.Tests/ReflectionAnalyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="IDisposableAnalyzers" Version="4.0.2" PrivateAssets="all" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" PrivateAssets="all" />
3333
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" PrivateAssets="all" />
34-
<PackageReference Include="NUnit" Version="3.13.2" PrivateAssets="all" />
34+
<PackageReference Include="NUnit" Version="3.13.3" PrivateAssets="all" />
3535
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" PrivateAssets="all" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" PrivateAssets="all" />
3737
</ItemGroup>

ValidCode/ValidCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="NUnit" Version="3.13.2" />
13+
<PackageReference Include="NUnit" Version="3.13.3" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)