diff options
author | crupest <crupest@outlook.com> | 2022-04-12 20:37:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-12 20:37:34 +0800 |
commit | 73317407aff1ef1bcda102b1e75d628e5c8f682b (patch) | |
tree | a1444d9cdf20c1f418cb943700b8206864f3d6d9 /BackEnd/Timeline.Tests/Timeline.Tests.csproj | |
parent | 8ddb8a46d065b4c6ab8241e602fdfb7afe687b8d (diff) | |
download | timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.tar.gz timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.tar.bz2 timeline-73317407aff1ef1bcda102b1e75d628e5c8f682b.zip |
...
Diffstat (limited to 'BackEnd/Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r-- | BackEnd/Timeline.Tests/Timeline.Tests.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj index 4d4d3da2..84fc9055 100644 --- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj +++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj @@ -14,9 +14,9 @@ </PackageReference>
<PackageReference Include="FluentAssertions" Version="6.6.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.2.0" />
- <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
- <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.3" />
- <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.3" />
+ <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
+ <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.4" />
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="xunit" Version="2.4.1" />
|