Skip to content

Commit 65a5662

Browse files
Bump FluentAssertions from 5.7.0 to 5.8.0 in /Ix.NET/Source
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Commits](fluentassertions/fluentassertions@5.7.0...5.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c85f17c commit 65a5662

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Ix.NET/Source/System.Interactive.Async.Providers.Tests/System.Interactive.Async.Providers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="FluentAssertions" Version="5.7.0" />
26+
<PackageReference Include="FluentAssertions" Version="5.8.0" />
2727

2828
<PackageReference Include="xunit" Version="2.4.1" />
2929
</ItemGroup>

Ix.NET/Source/System.Interactive.Async.Tests/System.Interactive.Async.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
23-
<PackageReference Include="FluentAssertions" Version="5.7.0" />
23+
<PackageReference Include="FluentAssertions" Version="5.8.0" />
2424
<PackageReference Include="xunit" Version="2.4.1" />
2525

2626
</ItemGroup>

Ix.NET/Source/System.Interactive.Tests/System.Interactive.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="FluentAssertions" Version="5.7.0" />
25+
<PackageReference Include="FluentAssertions" Version="5.8.0" />
2626

2727
<PackageReference Include="xunit" Version="2.4.1" />
2828
</ItemGroup>

Ix.NET/Source/System.Linq.Async.Queryable.Tests/System.Linq.Async.Queryable.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
23-
<PackageReference Include="FluentAssertions" Version="5.7.0" />
23+
<PackageReference Include="FluentAssertions" Version="5.8.0" />
2424
<PackageReference Include="xunit" Version="2.4.1" />
2525
</ItemGroup>
2626

Ix.NET/Source/System.Linq.Async.Tests/System.Linq.Async.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ItemGroup>
4444
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
4545
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
46-
<PackageReference Include="FluentAssertions" Version="5.7.0" />
46+
<PackageReference Include="FluentAssertions" Version="5.8.0" />
4747

4848
<PackageReference Include="xunit" Version="2.4.1" />
4949
</ItemGroup>

0 commit comments

Comments
 (0)