Skip to content

Commit 86c41d7

Browse files
committed
Update FluentAssertion
1 parent 741417e commit 86c41d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj

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

88
<ItemGroup>
99
<PackageReference Include="bunit" Version="1.3.35-preview" />
10-
<PackageReference Include="FluentAssertions" Version="6.1.0" />
10+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.2.21480.5" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1313
<PackageReference Include="Moq" Version="4.16.1" />

LinkDotNet.Blog.UnitTests/LinkDotNet.Blog.UnitTests.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="bunit" Version="1.3.35-preview" />
11-
<PackageReference Include="FluentAssertions" Version="6.1.0" />
11+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0-rc.2.21480.5" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1414
<PackageReference Include="Moq" Version="4.16.1" />

0 commit comments

Comments
 (0)