diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-20 16:24:11 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-20 16:24:11 +0800 |
commit | c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d (patch) | |
tree | 27c788de2ef4475dd50c5720209eb6f1df866130 /Timeline.Tests/Timeline.Tests.csproj | |
parent | 7bcf891d9d68ac0f12570b94938347ab8eec3247 (diff) | |
download | timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.tar.gz timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.tar.bz2 timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.zip |
...
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | Timeline.Tests/Timeline.Tests.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj index 3f88f174..a611dfd3 100644 --- a/Timeline.Tests/Timeline.Tests.csproj +++ b/Timeline.Tests/Timeline.Tests.csproj @@ -15,9 +15,13 @@ <PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
- <PackageReference Include="Moq" Version="4.13.0" />
+ <PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
|