Skip to content

Commit e42f256

Browse files
Update dependency NUnit to 4.5.0
1 parent dd436a2 commit e42f256

3 files changed

Lines changed: 3 additions & 3 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.4.0"
12+
NUNIT_VERSION_FOR_API_DOCS: "4.5.0"
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="18.0.1" />
13-
<PackageReference Include="NUnit" Version="4.5.0-alpha.0.33" />
13+
<PackageReference Include="NUnit" Version="4.5.0" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
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
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
16-
<PackageReference Include="NUnit" Version="4.4.0" />
16+
<PackageReference Include="NUnit" Version="4.5.0" />
1717
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
1818
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)