Skip to content

Commit 975d4c7

Browse files
committed
Use 8.0.0 in core library
1 parent d95a5e8 commit 975d4c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Src/FluentAssertions.DataSets/FluentAssertions.DataSets.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<ItemGroup Label="Analyzers">
4343
<AdditionalFiles Include="BannedSymbols.txt" />
44-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
44+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
4545
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
4646
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4747
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />

Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2122
<PackageReference Include="xunit" Version="2.9.3" />
2223
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2324
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all">

0 commit comments

Comments
 (0)