Skip to content

Commit 26973c0

Browse files
committed
Update NUnit dependency to 4.5.0 (tests only)
skip-release-and-release-note: true GitOrigin-RevId: fc64c791cfa84c13e2f611b0d75c602d9944f6dc
1 parent e2f8928 commit 26973c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Octopus.Client.E2ETests/Octopus.Client.E2ETests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2626
<PackageReference Include="NSubstitute" Version="5.3.0" />
27-
<PackageReference Include="NUnit" Version="4.4.0" />
27+
<PackageReference Include="NUnit" Version="4.5.0" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
2929
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.41" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
3030
<PackageReference Include="FluentAssertions" Version="7.2.1" />

source/Octopus.Client.Tests/Octopus.Client.Tests.csproj

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

3737
<ItemGroup>
3838
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
39-
<PackageReference Include="NUnit" Version="4.4.0" />
39+
<PackageReference Include="NUnit" Version="4.5.0" />
4040
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
4141
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.41" NoWarn="NU1701" /> <!-- This package only targets legacy .NET desktop, but it still works on netcore so we force past the warning -->
4242
<PackageReference Include="Autofac" Version="9.0.0" />

0 commit comments

Comments
 (0)