We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a68c commit 9727f3cCopy full SHA for 9727f3c
2 files changed
.github/workflows/build-process.yml
@@ -9,7 +9,7 @@ on:
9
- master
10
11
env:
12
- NUNIT_VERSION_FOR_API_DOCS: "4.5.1"
+ NUNIT_VERSION_FOR_API_DOCS: "4.6.0"
13
14
jobs:
15
linting:
docs/snippets/Snippets.NUnitLite/Snippets.NUnitLite.csproj
@@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
16
- <PackageReference Include="NUnit" Version="4.5.1" />
+ <PackageReference Include="NUnit" Version="4.6.0" />
17
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
18
<PackageReference Include="NUnit.Analyzers" Version="4.13.0">
19
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments