Update test packages in build props instead of csproj

This commit is contained in:
Stepan Goremykin 2023-03-17 17:41:31 +01:00 committed by Mark McDowall
parent b303dc899a
commit 028c87d20c
11 changed files with 4 additions and 54 deletions

View file

@ -7,10 +7,4 @@
<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>