Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG/v7.6/dependencychanges.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
2 changes: 1 addition & 1 deletion DotnetRuntimeMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "10.0.201"
"version": "10.0.202"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageReference Include="System.Runtime.Caching" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.6" />
<PackageReference Include="System.Security.Permissions" Version="10.0.5" />
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
<PackageReference Include="System.ServiceModel.Http" Version="10.0.652802" />
Expand All @@ -85,14 +85,13 @@
dotnet msbuild ./dummy.csproj /t:ResolveAssemblyReferencesDesignTime /fileLogger /noconsolelogger /v:diag
3. Search '_ReferencesFromRAR' in the produced 'msbuild.log' file.
-->
<Target Name="_GetDependencies"
DependsOnTargets="ResolveAssemblyReferencesDesignTime">
<Target Name="_GetDependencies" DependsOnTargets="ResolveAssemblyReferencesDesignTime">
<ItemGroup>
<!--
Excludes 'Microsoft.Management.Infrastructure' from the type catalog reference list,
as it is provided separately at runtime and must not be included in the generated catalog.
-->
<_RefAssemblyPath Include="%(_ReferencesFromRAR.OriginalItemSpec)%3B" Condition=" '%(_ReferencesFromRAR.NuGetPackageId)' != 'Microsoft.Management.Infrastructure' "/>
<_RefAssemblyPath Include="%(_ReferencesFromRAR.OriginalItemSpec)%3B" Condition=" '%(_ReferencesFromRAR.NuGetPackageId)' != 'Microsoft.Management.Infrastructure' " />
</ItemGroup>
<WriteLinesToFile File="$(_DependencyFile)" Lines="@(_RefAssemblyPath)" Overwrite="true" />
</Target>
Expand Down
6 changes: 3 additions & 3 deletions tools/cgmanifest/main/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
Expand Down Expand Up @@ -645,7 +646,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Xml",
"Version": "10.0.5"
"Version": "10.0.6"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -750,6 +751,5 @@
},
"DevelopmentDependency": false
}
],
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
]
}
Loading