Skip to content

Commit 4040220

Browse files
borlandOctobob
authored andcommitted
Update FluentAssertions package references from 6.12.2 to 7.2.0
skip-release-and-release-note: true GitOrigin-RevId: 05475686098d6a6997818d48305ff434e48c61ee
1 parent b9e7fc1 commit 4040220

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
@@ -27,7 +27,7 @@
2727
<PackageReference Include="NUnit" Version="4.4.0" />
2828
<PackageReference Include="NUnit3TestAdapter" Version="5.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 -->
30-
<PackageReference Include="FluentAssertions" Version="6.12.2" />
30+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
3131
</ItemGroup>
3232

3333
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="NUnit3TestAdapter" Version="5.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="8.4.0" />
43-
<PackageReference Include="FluentAssertions" Version="6.12.2" />
43+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
4444
<PackageReference Include="Nancy" Version="2.0.0" />
4545
<PackageReference Include="NSubstitute" Version="5.3.0" />
4646
<PackageReference Include="Serilog" Version="4.3.0" />

0 commit comments

Comments
 (0)