Skip to content

Commit d35b6b4

Browse files
Apply suggestions from code review
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent 75e5a78 commit d35b6b4

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG/v7.6/dependencychanges.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,18 @@
3636
"AdvisoryUrls": [],
3737
"Justification": "Updated .NET SDK. Building with the latest SDK is required.",
3838
"TimestampUtc": "2026-04-16T23:13:22.4500098Z"
39+
},
40+
{
41+
"ChangeType": "NonSecurity",
42+
"Branch": "release/v7.6.1",
43+
"PackageId": "System.Security.Cryptography.Pkcs",
44+
"FromVersion": "10.0.5",
45+
"ToVersion": "10.0.6",
46+
"VulnerabilityId": [],
47+
"Severity": [],
48+
"VulnerableRanges": [],
49+
"AdvisoryUrls": [],
50+
"Justification": "Required dependency of System.Security.Cryptography.Xml.",
51+
"TimestampUtc": "2026-04-16T23:13:22.4500098Z"
3952
}
4053
]

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.5" />
5959
<PackageReference Include="System.Reflection.Context" Version="10.0.5" />
6060
<PackageReference Include="System.Runtime.Caching" Version="10.0.5" />
61-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.5" />
61+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.6" />
6262
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.5" />
6363
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.6" />
6464
<PackageReference Include="System.Security.Permissions" Version="10.0.5" />

0 commit comments

Comments
 (0)