Skip to content

Commit 596012b

Browse files
committed
Bump to Fluent Assertions 8.0
1 parent ee34d04 commit 596012b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.184">
38+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.186">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>

Src/FluentAssertions.DataSets/FluentAssertions.DataSets.csproj

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

4040
<ItemGroup Label="Analyzers">
4141
<AdditionalFiles Include="BannedSymbols.txt" />
42-
<PackageReference Include="FluentAssertions" Version="8.0.0-rc.2" />
42+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
4343
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
4444
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4545
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />

Tests/Approval.Tests/Approval.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="FluentAssertions" Version="8.0.0-rc.2" />
8+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
@@ -14,7 +14,7 @@
1414
</PackageReference>
1515
<PackageReference Include="PublicApiGenerator" Version="11.3.0" />
1616
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />
17-
<PackageReference Include="Verify.Xunit" Version="28.8.1" />
17+
<PackageReference Include="Verify.Xunit" Version="28.9.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)