aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-10-23 23:53:15 +0800
committercrupest <crupest@outlook.com>2022-10-23 23:53:15 +0800
commit83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf (patch)
tree24a034a5fb23b71c51ea135efaa23ff24f7016a5 /BackEnd/Timeline.Tests/Timeline.Tests.csproj
parent4a12e66fcba50cd566a4ab8c072a50ed0751dc0b (diff)
downloadtimeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.gz
timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.bz2
timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.zip
It's been a long time not developing this. Still need some time to get
it work again.
Diffstat (limited to 'BackEnd/Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--BackEnd/Timeline.Tests/Timeline.Tests.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
index 9c8c64b4..ce1ac536 100644
--- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj
+++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj
@@ -12,15 +12,15 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</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.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" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
+ <PackageReference Include="FluentAssertions" Version="6.7.0" />
+ <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
+ <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
+ <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.10" />
+ <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.10" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
+ <PackageReference Include="Moq" Version="4.18.2" />
+ <PackageReference Include="xunit" Version="2.4.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>