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
@@ -4,6 +4,6 @@
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageReference Include="System.Security.Principal.Windows" />
</ItemGroup>
</Project>