Skip to content

Commit 58c31cd

Browse files
Update .NET SDK to 9.0.100-rc.2.24468.2 (#58028)
* Update .NET SDK Update .NET SDK to version 9.0.100-rc.2.24468.2. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update SourceBuildPrebuiltBaseline.xml --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: William Godbe <[email protected]>
1 parent 843f7b0 commit 58c31cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@
4747
<!-- Transitive dependency of System.Security.Cryptography.Pkcs.5.0.*. -->
4848
<UsagePattern IdentityGlob="System.Formats.Asn1/6.0.0" />
4949
</IgnorePatterns>
50+
51+
<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
52+
<Usages>
53+
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
54+
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
55+
</Usages>
5056
</UsageData>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-rc.2.24459.3"
3+
"version": "9.0.100-rc.2.24468.2"
44
},
55
"tools": {
6-
"dotnet": "9.0.100-rc.2.24459.3",
6+
"dotnet": "9.0.100-rc.2.24468.2",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

0 commit comments

Comments
 (0)