Skip to content

Commit 9727f3c

Browse files
Update dependency NUnit to 4.6.0
1 parent 0c6a68c commit 9727f3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
env:
12-
NUNIT_VERSION_FOR_API_DOCS: "4.5.1"
12+
NUNIT_VERSION_FOR_API_DOCS: "4.6.0"
1313

1414
jobs:
1515
linting:

docs/snippets/Snippets.NUnitLite/Snippets.NUnitLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
16-
<PackageReference Include="NUnit" Version="4.5.1" />
16+
<PackageReference Include="NUnit" Version="4.6.0" />
1717
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1818
<PackageReference Include="NUnit.Analyzers" Version="4.13.0">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)