aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-11 15:34:59 +0800
committer杨宇千 <crupest@outlook.com>2019-08-11 15:34:59 +0800
commit4d15f7d696825f332884bb23e67760d6d1f5a736 (patch)
tree233518dd41d7747c8932eac67d48a62aa4203d53 /Timeline.Tests/Timeline.Tests.csproj
parentd97185e6152a327f6ef3b1873bfd86f1a3aac3a1 (diff)
downloadtimeline-4d15f7d696825f332884bb23e67760d6d1f5a736.tar.gz
timeline-4d15f7d696825f332884bb23e67760d6d1f5a736.tar.bz2
timeline-4d15f7d696825f332884bb23e67760d6d1f5a736.zip
Add FluentAssertions.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 854c63ac..72bbc418 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -9,6 +9,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />