aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-19 21:54:35 +0800
committercrupest <crupest@outlook.com>2020-08-19 21:54:35 +0800
commit44b410f359f64e6cb69d506b5689d2b3df715c74 (patch)
treec9fe7fc7bf915d2fba357661210c8c64e3e19fa2 /Timeline.Tests/Timeline.Tests.csproj
parentdc363ad8ae654af056c9ffa551008dbbf52b5d57 (diff)
downloadtimeline-44b410f359f64e6cb69d506b5689d2b3df715c74.tar.gz
timeline-44b410f359f64e6cb69d506b5689d2b3df715c74.tar.bz2
timeline-44b410f359f64e6cb69d506b5689d2b3df715c74.zip
Upgrade packages.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index fc1a6ca4..ca207f00 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -14,15 +14,15 @@
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="JunitXml.TestLogger" Version="2.1.32" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
- <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.5" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.7" />
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
- <PackageReference Include="Moq" Version="4.14.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
+ <PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="xunit" Version="2.4.1" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>