diff --git a/CHANGELOG/v7.6/dependencychanges.json b/CHANGELOG/v7.6/dependencychanges.json
new file mode 100644
index 00000000000..f23e73cd94b
--- /dev/null
+++ b/CHANGELOG/v7.6/dependencychanges.json
@@ -0,0 +1,40 @@
+[
+ {
+ "ChangeType": "Security",
+ "Branch": "release/v7.6.1",
+ "PackageId": "System.Security.Cryptography.Xml",
+ "FromVersion": "10.0.5",
+ "ToVersion": "10.0.6",
+ "VulnerabilityId": [
+ "GHSA-37GX-XXP4-5RGX",
+ "CVE-2026-33116",
+ "GHSA-W3X6-4M5H-CXQF",
+ "CVE-2026-26171"
+ ],
+ "Severity": [
+ "high"
+ ],
+ "VulnerableRanges": [
+ "[10.0.0, 10.0.5]"
+ ],
+ "AdvisoryUrls": [
+ "https://github.com/advisories/GHSA-37gx-xxp4-5rgx",
+ "https://github.com/advisories/GHSA-w3x6-4m5h-cxqf"
+ ],
+ "Justification": null,
+ "TimestampUtc": "2026-04-15T22:17:31.3488963Z"
+ },
+ {
+ "ChangeType": "NonSecurity",
+ "Branch": "release/v7.6.1",
+ "PackageId": ".NET SDK",
+ "FromVersion": "10.0.201",
+ "ToVersion": "10.0.202",
+ "VulnerabilityId": [],
+ "Severity": [],
+ "VulnerableRanges": [],
+ "AdvisoryUrls": [],
+ "Justification": "Updated .NET SDK. Building with the latest SDK is required.",
+ "TimestampUtc": "2026-04-15T22:17:33.1100397Z"
+ }
+]
diff --git a/DotnetRuntimeMetadata.json b/DotnetRuntimeMetadata.json
index 89ea4c44790..8b1ed423288 100644
--- a/DotnetRuntimeMetadata.json
+++ b/DotnetRuntimeMetadata.json
@@ -4,7 +4,7 @@
"quality": "daily",
"qualityFallback": "preview",
"packageVersionPattern": "9.0.0-preview.6",
- "sdkImageVersion": "10.0.201",
+ "sdkImageVersion": "10.0.202",
"nextChannel": "9.0.0-preview.7",
"azureFeed": "",
"sdkImageOverride": ""
diff --git a/global.json b/global.json
index ce67766bbb5..5ee7b7cb062 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "10.0.201"
+ "version": "10.0.202"
}
}
diff --git a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
index 290786be1e1..b2c8fef7079 100644
--- a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
+++ b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
@@ -60,7 +60,7 @@
-
+
@@ -85,14 +85,13 @@
dotnet msbuild ./dummy.csproj /t:ResolveAssemblyReferencesDesignTime /fileLogger /noconsolelogger /v:diag
3. Search '_ReferencesFromRAR' in the produced 'msbuild.log' file.
-->
-
+
- <_RefAssemblyPath Include="%(_ReferencesFromRAR.OriginalItemSpec)%3B" Condition=" '%(_ReferencesFromRAR.NuGetPackageId)' != 'Microsoft.Management.Infrastructure' "/>
+ <_RefAssemblyPath Include="%(_ReferencesFromRAR.OriginalItemSpec)%3B" Condition=" '%(_ReferencesFromRAR.NuGetPackageId)' != 'Microsoft.Management.Infrastructure' " />
diff --git a/tools/cgmanifest/main/cgmanifest.json b/tools/cgmanifest/main/cgmanifest.json
index 4004daffd93..fd645029d33 100644
--- a/tools/cgmanifest/main/cgmanifest.json
+++ b/tools/cgmanifest/main/cgmanifest.json
@@ -1,4 +1,5 @@
{
+ "$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
@@ -645,7 +646,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Xml",
- "Version": "10.0.5"
+ "Version": "10.0.6"
}
},
"DevelopmentDependency": false
@@ -750,6 +751,5 @@
},
"DevelopmentDependency": false
}
- ],
- "$schema": "https://json.schemastore.org/component-detection-manifest.json"
+ ]
}