1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Update packages related to auto tests

This commit is contained in:
Stepan Goremykin
2023-03-17 13:06:24 +01:00
committed by Mark McDowall
parent 3b6cadeb7e
commit cf22208011
12 changed files with 53 additions and 3 deletions
@@ -7,4 +7,10 @@
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />
<ProjectReference Include="..\NzbDrone.Windows\Sonarr.Windows.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="NUnit" Version="3.13.3" />
<PackageReference Update="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Update="NunitXml.TestLogger" Version="3.0.131" />
</ItemGroup>
</Project>