aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-02 03:02:21 +0800
committercrupest <crupest@outlook.com>2023-08-02 03:02:21 +0800
commit0b81716fcfd12c5b9e6648f50422693a946c27d4 (patch)
treef27ed42589ae7a948f1163ee3e1c61c23440a772 /BackEnd/Timeline.Tests/Timeline.Tests.csproj
parent645a88e7e35d15cec6106709c42b071bec045e0d (diff)
downloadtimeline-0b81716fcfd12c5b9e6648f50422693a946c27d4.tar.gz
timeline-0b81716fcfd12c5b9e6648f50422693a946c27d4.tar.bz2
timeline-0b81716fcfd12c5b9e6648f50422693a946c27d4.zip
Roll back back end.
Diffstat (limited to 'BackEnd/Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--BackEnd/Timeline.Tests/Timeline.Tests.csproj20
1 files changed, 7 insertions, 13 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
index 3983bc0b..57694c2b 100644
--- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj
+++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
@@ -8,21 +8,15 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="coverlet.collector" Version="6.0.0">
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- <PrivateAssets>all</PrivateAssets>
- </PackageReference>
- <PackageReference Include="FluentAssertions" Version="6.11.0" />
+ <PackageReference Include="coverlet.collector" Version="3.2.0" />
+ <PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
- <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.9" />
- <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.9" />
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
+ <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.3" />
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.3" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Moq" Version="4.18.4" />
- <PackageReference Include="xunit" Version="2.5.0" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- <PrivateAssets>all</PrivateAssets>
- </PackageReference>
+ <PackageReference Include="xunit" Version="2.4.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
<ItemGroup>