diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-11 16:12:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-11 16:12:23 +0800 |
commit | 285fe070388e48d82f008c3de5b0d7675f55ebfa (patch) | |
tree | 3e4e7de38b9f0e5832923a6bc1ce7872fc4370a5 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 38ff45fcc0b58a95ad52ba43a8be4ff466694269 (diff) | |
parent | 4b0d4ba4e79c1a2e22ccf131d1abdbf113d78b6a (diff) | |
download | timeline-285fe070388e48d82f008c3de5b0d7675f55ebfa.tar.gz timeline-285fe070388e48d82f008c3de5b0d7675f55ebfa.tar.bz2 timeline-285fe070388e48d82f008c3de5b0d7675f55ebfa.zip |
Merge pull request #39 from crupest/fluent-assertion
Use FluentAssertions.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 1 |
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" />
|