diff options
author | crupest <crupest@outlook.com> | 2022-10-27 21:01:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-27 21:01:55 +0800 |
commit | 391001f9e57706759c506ec49b2c61a7406672ab (patch) | |
tree | 88edcda68e279d47d341a7ebc7161f9f757378de /BackEnd/Timeline.Tests/Timeline.Tests.csproj | |
parent | db15382363419ae572f5ee2b7fef37013f665970 (diff) | |
download | timeline-391001f9e57706759c506ec49b2c61a7406672ab.tar.gz timeline-391001f9e57706759c506ec49b2c61a7406672ab.tar.bz2 timeline-391001f9e57706759c506ec49b2c61a7406672ab.zip |
Update FluentAssert.
Diffstat (limited to 'BackEnd/Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | BackEnd/Timeline.Tests/Timeline.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj index ce1ac536..86af546a 100644 --- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj +++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj @@ -12,7 +12,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="FluentAssertions" Version="6.7.0" />
+ <PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.10" />
|