Skip to content

Commit ac79684

Browse files
committed
Updates nuget packages.
1 parent cd90a79 commit ac79684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/PSDataProtection/PSDataProtection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.PowerShell.5.1.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
12-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" PrivateAssets="All" />
12+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.0" PrivateAssets="All" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1313
<PackageReference Include="Microsoft.PowerShell.5.1.ReferenceAssemblies" Version="1.0.0" />
14-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
14+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.0" />
1515
<PackageReference Include="xunit" Version="2.4.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)