Skip to content

Commit 912df3b

Browse files
dependabot[bot]JohanLarsson
authored andcommitted
Bump NUnit from 3.13.3 to 3.14.0
Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](nunit/nunit@v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c90621d commit 912df3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7" PrivateAssets="all" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" PrivateAssets="all" />
3333
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" PrivateAssets="all" />
34-
<PackageReference Include="NUnit" Version="3.13.3" PrivateAssets="all" />
34+
<PackageReference Include="NUnit" Version="3.14.0" PrivateAssets="all" />
3535
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" PrivateAssets="all" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
3737
</ItemGroup>

ValidCode/ValidCode.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net6.0-windows</TargetFramework>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

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

1616
<ItemGroup>

0 commit comments

Comments
 (0)