Browse Source

Switch back to FluentAssertions 7.0 (#3370)

pull/3371/head
Christoph Wille 4 months ago committed by GitHub
parent
commit
c226e380df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Directory.Packages.props

4
Directory.Packages.props

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<PackageVersion Include="DataGridExtensions" Version="2.6.0" />
<PackageVersion Include="DiffLib" Version="2025.0.0" />
<PackageVersion Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.72.1" />
<PackageVersion Include="FluentAssertions" Version="8.0.0" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" /><!-- License change from 7 to 8, we need to stay on 7 -->
<PackageVersion Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="9.0.1-rtm.24557.9" />
<PackageVersion Include="Iced" Version="1.21.0" />
<PackageVersion Include="JunitXml.TestLogger" Version="5.0.0" />
@ -57,4 +57,4 @@ @@ -57,4 +57,4 @@
<ItemGroup>
<GlobalPackageReference Include="TomsToolbox.Composition.Analyzer" Version="2.21.0" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save