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

View File

@@ -3,9 +3,9 @@
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
<PackageReference Include="NLog" Version="4.7.8" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="ImpromptuInterface" />
<PackageReference Include="NLog" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />