aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-24 19:49:57 +0800
committercrupest <crupest@outlook.com>2020-01-24 19:49:57 +0800
commit8e0714b92661cc9e3ddaa2708c4267a513440a06 (patch)
tree86b5da6c2134034e66b149330606522fb4d81150 /Timeline.Tests/Timeline.Tests.csproj
parent7dc7b3b582ae84451f915133558996e6dcdb6964 (diff)
downloadtimeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.tar.gz
timeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.tar.bz2
timeline-8e0714b92661cc9e3ddaa2708c4267a513440a06.zip
Upgrade library version.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 0845d1ab..bde4f430 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -7,18 +7,18 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="coverlet.collector" Version="1.1.0">
+ <PackageReference Include="coverlet.collector" Version="1.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="FluentAssertions" Version="5.9.0" />
+ <PackageReference Include="FluentAssertions" Version="5.10.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="xunit" Version="2.4.1" />