Merge branch 'renovate/system.security.cryptography.protecteddata-5.x' into 'master'

Update dependency System.Security.Cryptography.ProtectedData to v5

See merge request JFronny/CC-Functions!3
This commit is contained in:
J. Fronny 2020-11-10 12:01:40 +00:00
commit dba8d63af5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" Condition="'$(TargetFramework)' == 'net461'" />