Skip to content

Commit 698e182

Browse files
Bump FluentAssertions from 6.2.0 to 6.4.0 in /Ix.NET/Source
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.2.0...6.4.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93386a9 commit 698e182

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
@@ -22,7 +22,7 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="FluentAssertions" Version="6.2.0" />
25+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
2626
<PackageReference Include="xunit" Version="2.4.1" />
2727
</ItemGroup>
2828

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
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
22-
<PackageReference Include="FluentAssertions" Version="6.2.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
2323
<PackageReference Include="xunit" Version="2.4.1" />
2424
</ItemGroup>
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="FluentAssertions" Version="6.2.0" />
24+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
2525
<PackageReference Include="xunit" Version="2.4.1" />
2626
</ItemGroup>
2727

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
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
22-
<PackageReference Include="FluentAssertions" Version="6.2.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
2323
<PackageReference Include="xunit" Version="2.4.1" />
2424
</ItemGroup>
2525

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
@@ -41,7 +41,7 @@
4141
<ItemGroup>
4242
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
4343
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
44-
<PackageReference Include="FluentAssertions" Version="6.2.0" />
44+
<PackageReference Include="FluentAssertions" Version="6.4.0" />
4545
<PackageReference Include="xunit" Version="2.4.1" />
4646
</ItemGroup>
4747

0 commit comments

Comments
 (0)