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 -3
View File
@@ -4,9 +4,9 @@
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="4.7.4" />
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" Version="5.1.0" />
<PackageReference Include="NLog" Version="4.7.8" />
<PackageReference Include="DryIoc.dll" />
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" />
<PackageReference Include="NLog" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />