aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-14 23:47:07 -0700
committerCody Robibero <cody@robibe.ro>2021-12-14 23:47:07 -0700
commit5e8aaa68cfd0435848a4571324ead22d402be771 (patch)
tree591ee0f371eb2654c6a7657ff239fe9cf4180108 /tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
parentec9cff29dfa0c0b08f4181b753eadab34cb05e3c (diff)
Update to dotnet 6.0.1
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
index 5b884cddf6..a59900b029 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
+++ b/tests/Jellyfin.Server.Integration.Tests/Jellyfin.Server.Integration.Tests.csproj
@@ -9,7 +9,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.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />