mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Cache nuget packages
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user