aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Tests
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-03-08 17:16:33 -0700
committerCody Robibero <cody@robibe.ro>2022-03-08 17:16:33 -0700
commit965bf7332f0adec5a3072c9909d86d6e80f6b9cc (patch)
tree8d9142767b9e75dfdd827c06c96e7578bea5eeda /tests/Jellyfin.Server.Tests
parentdacbfc83ff83f09582ce2c2c69a1632f7a9f69b2 (diff)
Update to dotnet 6.0.3
Diffstat (limited to 'tests/Jellyfin.Server.Tests')
-rw-r--r--tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj b/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj
index c66fca044..f5d60d2d3 100644
--- a/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj
+++ b/tests/Jellyfin.Server.Tests/Jellyfin.Server.Tests.csproj
@@ -10,7 +10,7 @@
<PackageReference Include="AutoFixture" Version="4.17.0" />
<PackageReference Include="AutoFixture.AutoMoq" Version="4.17.0" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.2" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.3" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />