Skip to content

Commit 2e86ab5

Browse files
chore(deps): update dependency nunit to 4.3.2 (#1003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e568574 commit 2e86ab5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.3.1"
12+
NUNIT_VERSION_FOR_API_DOCS: "4.3.2"
1313

1414
jobs:
1515
linting:

docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj

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

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
<PackageReference Include="NUnit" Version="4.3.1" />
13+
<PackageReference Include="NUnit" Version="4.3.2" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
1616
<PrivateAssets>all</PrivateAssets>

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

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15-
<PackageReference Include="NUnit" Version="4.3.1" />
15+
<PackageReference Include="NUnit" Version="4.3.2" />
1616
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
1717
<PackageReference Include="NUnit.Analyzers" Version="4.5.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)