Cache nuget packages

This commit is contained in:
ta264
2021-05-11 21:56:26 +01:00
parent 8864b6b2c8
commit a146f6d223
20 changed files with 168 additions and 91 deletions
@@ -3,8 +3,8 @@
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Selenium.Support" Version="3.141.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="89.0.4389.2300" />
<PackageReference Include="Selenium.Support" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />