Skip to content

Commit 1bcee4b

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services (#16197)
[main] Update dependencies from dotnet/arcade, dotnet/arcade-services - Update Azure packages to align with arcade-services - Update packages to 9.0.0 as per Viktor's feedback - Bump runtime dependencies to 9.0.0 - Merge branch 'main' into darc-main-e5056da4-cf01-40d8-a5fd-ab04dca70149
1 parent 872d3d0 commit 1bcee4b

File tree

5 files changed

+90
-90
lines changed

5 files changed

+90
-90
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777

7878
<!-- external -->
7979
<ItemGroup>
80-
<PackageVersion Include="Azure.Core" Version="1.47.0" />
81-
<PackageVersion Include="Azure.Identity" Version="1.14.2" />
80+
<PackageVersion Include="Azure.Core" Version="1.49.0" />
81+
<PackageVersion Include="Azure.Identity" Version="1.15.0" />
8282
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
8383
<PackageVersion Include="CommandLineParser" Version="2.5.0" />
8484
<PackageVersion Include="coverlet.collector" Version="6.0.4" />

eng/BuildTask.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<!-- Don't go higher than binding redirects entries in the toolset MSBuild.exe.config file. -->
44
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
5-
<PackageVersion Update="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
6-
<PackageVersion Update="System.Collections.Immutable" Version="8.0.0" />
7-
<PackageVersion Update="System.Reflection.Metadata" Version="8.0.0" />
8-
<PackageVersion Update="System.Reflection.MetadataLoadContext" Version="8.0.0" />
9-
<PackageVersion Update="System.Resources.Extensions" Version="8.0.0" />
10-
<PackageVersion Update="System.Text.Encodings.Web" Version="8.0.0" />
11-
<PackageVersion Update="System.Text.Json" Version="8.0.5" />
12-
<PackageVersion Update="System.Threading.Tasks.Dataflow" Version="8.0.0" />
5+
<PackageVersion Update="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
6+
<PackageVersion Update="System.Collections.Immutable" Version="9.0.0" />
7+
<PackageVersion Update="System.Reflection.Metadata" Version="9.0.0" />
8+
<PackageVersion Update="System.Reflection.MetadataLoadContext" Version="9.0.0" />
9+
<PackageVersion Update="System.Resources.Extensions" Version="9.0.0" />
10+
<PackageVersion Update="System.Text.Encodings.Web" Version="9.0.0" />
11+
<PackageVersion Update="System.Text.Json" Version="9.0.0" />
12+
<PackageVersion Update="System.Threading.Tasks.Dataflow" Version="9.0.0" />
1313

1414
<!-- Packages that transitively bring above dependencies in. -->
1515
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />

eng/Version.Details.props

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@ This file should be imported by eng/Versions.props
1616
<!-- dotnet/templating dependencies -->
1717
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100-preview.4.25220.1</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
1818
<!-- dotnet/arcade dependencies -->
19-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25504.3</MicrosoftDotNetArcadeSdkPackageVersion>
20-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25504.3</MicrosoftDotNetHelixSdkPackageVersion>
19+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25509.1</MicrosoftDotNetArcadeSdkPackageVersion>
20+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25509.1</MicrosoftDotNetHelixSdkPackageVersion>
2121
<!-- dotnet/arcade-services dependencies -->
22-
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25504.1</MicrosoftDotNetDarcLibPackageVersion>
23-
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25504.1</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
22+
<MicrosoftDotNetDarcLibPackageVersion>1.1.0-beta.25510.2</MicrosoftDotNetDarcLibPackageVersion>
23+
<MicrosoftDotNetProductConstructionServiceClientPackageVersion>1.1.0-beta.25510.2</MicrosoftDotNetProductConstructionServiceClientPackageVersion>
2424
<!-- dotnet/xharness dependencies -->
2525
<MicrosoftDotNetXHarnessCLIPackageVersion>10.0.0-prerelease.25475.1</MicrosoftDotNetXHarnessCLIPackageVersion>
2626
<!-- dotnet/symreader-converter dependencies -->
2727
<MicrosoftDiaSymReaderConverterPackageVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderConverterPackageVersion>
2828
<MicrosoftDiaSymReaderPdb2PdbPackageVersion>1.1.0-beta2-19575-01</MicrosoftDiaSymReaderPdb2PdbPackageVersion>
2929
<!-- dotnet/diagnostics dependencies -->
3030
<MicrosoftSymbolManifestGeneratorPackageVersion>8.0.0-preview.24461.2</MicrosoftSymbolManifestGeneratorPackageVersion>
31-
<!-- _git/dotnet-runtime dependencies -->
32-
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.0-rc.2.24473.5</MicrosoftBclAsyncInterfacesPackageVersion>
33-
<MicrosoftExtensionsDependencyInjectionPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsDependencyInjectionPackageVersion>
34-
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
35-
<MicrosoftExtensionsDependencyModelPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsDependencyModelPackageVersion>
36-
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
37-
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
38-
<MicrosoftExtensionsHttpPackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsHttpPackageVersion>
39-
<MicrosoftExtensionsLoggingConsolePackageVersion>9.0.0-rc.2.24473.5</MicrosoftExtensionsLoggingConsolePackageVersion>
40-
<SystemCollectionsImmutablePackageVersion>9.0.0-rc.2.24473.5</SystemCollectionsImmutablePackageVersion>
41-
<SystemFormatsAsn1PackageVersion>9.0.0-rc.2.24473.5</SystemFormatsAsn1PackageVersion>
42-
<SystemIOPackagingPackageVersion>9.0.0-rc.2.24473.5</SystemIOPackagingPackageVersion>
43-
<SystemReflectionMetadataPackageVersion>9.0.0-rc.2.24473.5</SystemReflectionMetadataPackageVersion>
44-
<SystemSecurityCryptographyPkcsPackageVersion>9.0.0-rc.2.24473.5</SystemSecurityCryptographyPkcsPackageVersion>
45-
<SystemSecurityCryptographyXmlPackageVersion>9.0.0-rc.2.24473.5</SystemSecurityCryptographyXmlPackageVersion>
46-
<SystemTextEncodingsWebPackageVersion>9.0.0-rc.2.24473.5</SystemTextEncodingsWebPackageVersion>
47-
<SystemTextJsonPackageVersion>9.0.0-rc.2.24473.5</SystemTextJsonPackageVersion>
31+
<!-- dotnet/runtime dependencies -->
32+
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.0</MicrosoftBclAsyncInterfacesPackageVersion>
33+
<MicrosoftExtensionsDependencyInjectionPackageVersion>9.0.0</MicrosoftExtensionsDependencyInjectionPackageVersion>
34+
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>9.0.0</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
35+
<MicrosoftExtensionsDependencyModelPackageVersion>9.0.0</MicrosoftExtensionsDependencyModelPackageVersion>
36+
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>9.0.0</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
37+
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>9.0.0</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
38+
<MicrosoftExtensionsHttpPackageVersion>9.0.0</MicrosoftExtensionsHttpPackageVersion>
39+
<MicrosoftExtensionsLoggingConsolePackageVersion>9.0.0</MicrosoftExtensionsLoggingConsolePackageVersion>
40+
<SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion>
41+
<SystemFormatsAsn1PackageVersion>9.0.0</SystemFormatsAsn1PackageVersion>
42+
<SystemIOPackagingPackageVersion>9.0.0</SystemIOPackagingPackageVersion>
43+
<SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion>
44+
<SystemSecurityCryptographyPkcsPackageVersion>9.0.0</SystemSecurityCryptographyPkcsPackageVersion>
45+
<SystemSecurityCryptographyXmlPackageVersion>9.0.0</SystemSecurityCryptographyXmlPackageVersion>
46+
<SystemTextEncodingsWebPackageVersion>9.0.0</SystemTextEncodingsWebPackageVersion>
47+
<SystemTextJsonPackageVersion>9.0.0</SystemTextJsonPackageVersion>
4848
<!-- JamesNK/Newtonsoft.Json dependencies -->
4949
<NewtonsoftJsonPackageVersion>13.0.3</NewtonsoftJsonPackageVersion>
5050
<!-- dotnet/deployment-tools dependencies -->
@@ -86,7 +86,7 @@ This file should be imported by eng/Versions.props
8686
<MicrosoftDiaSymReaderPdb2PdbVersion>$(MicrosoftDiaSymReaderPdb2PdbPackageVersion)</MicrosoftDiaSymReaderPdb2PdbVersion>
8787
<!-- dotnet/diagnostics dependencies -->
8888
<MicrosoftSymbolManifestGeneratorVersion>$(MicrosoftSymbolManifestGeneratorPackageVersion)</MicrosoftSymbolManifestGeneratorVersion>
89-
<!-- _git/dotnet-runtime dependencies -->
89+
<!-- dotnet/runtime dependencies -->
9090
<MicrosoftBclAsyncInterfacesVersion>$(MicrosoftBclAsyncInterfacesPackageVersion)</MicrosoftBclAsyncInterfacesVersion>
9191
<MicrosoftExtensionsDependencyInjectionVersion>$(MicrosoftExtensionsDependencyInjectionPackageVersion)</MicrosoftExtensionsDependencyInjectionVersion>
9292
<MicrosoftExtensionsDependencyInjectionAbstractionsVersion>$(MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion)</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>

eng/Version.Details.xml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<Uri>https://github.com/dotnet/templating</Uri>
2828
<Sha>43b5827697e501c442eb75ffff832cd4df2514fe</Sha>
2929
</Dependency>
30-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25504.3">
30+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25509.1">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
32-
<Sha>db534d10fc5ab858568b2f27d9b1383099a8019c</Sha>
32+
<Sha>488413fe104056170673a048a07906314e101e5d</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25504.3">
34+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25509.1">
3535
<Uri>https://github.com/dotnet/arcade</Uri>
36-
<Sha>db534d10fc5ab858568b2f27d9b1383099a8019c</Sha>
36+
<Sha>488413fe104056170673a048a07906314e101e5d</Sha>
3737
</Dependency>
38-
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25504.1">
38+
<Dependency Name="Microsoft.DotNet.ProductConstructionService.Client" Version="1.1.0-beta.25510.2">
3939
<Uri>https://github.com/dotnet/arcade-services</Uri>
40-
<Sha>639e94e6daec89a72ccd659e8b23b063e6c28d17</Sha>
40+
<Sha>0f1c878868ea3660b00a22bfe556debfd39b2785</Sha>
4141
</Dependency>
42-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25504.1">
42+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25510.2">
4343
<Uri>https://github.com/dotnet/arcade-services</Uri>
44-
<Sha>639e94e6daec89a72ccd659e8b23b063e6c28d17</Sha>
44+
<Sha>0f1c878868ea3660b00a22bfe556debfd39b2785</Sha>
4545
</Dependency>
4646
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="10.0.0-prerelease.25475.1">
4747
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -65,49 +65,49 @@
6565
</Dependency>
6666
<!-- Necessary for source-build. The dependency is loaded in during built-time
6767
by consumers of NuGetRepack.Tasks, so we cannot use a ref pack for it -->
68-
<Dependency Name="System.IO.Packaging" Version="9.0.0-rc.2.24473.5">
69-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
70-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
68+
<Dependency Name="System.IO.Packaging" Version="9.0.0">
69+
<Uri>https://github.com/dotnet/runtime</Uri>
70+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
7171
</Dependency>
72-
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0-rc.2.24473.5">
73-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
74-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
72+
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0">
73+
<Uri>https://github.com/dotnet/runtime</Uri>
74+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
7575
</Dependency>
7676
<!-- Necessary for source-build. This allows the live version of the dependency
7777
to flow in and eliminates related prebuilts. -->
78-
<Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0-rc.2.24473.5">
79-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
80-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
78+
<Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0">
79+
<Uri>https://github.com/dotnet/runtime</Uri>
80+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
8181
</Dependency>
8282
<!-- Necessary for source-build. This allows the live version of the dependency
8383
to flow in and eliminates related prebuilts. -->
84-
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="9.0.0-rc.2.24473.5">
85-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
86-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
84+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="9.0.0">
85+
<Uri>https://github.com/dotnet/runtime</Uri>
86+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
8787
</Dependency>
8888
<!-- Necessary for source-build. The dependency is loaded in during built-time
8989
by consumers of SharedFramework.Sdk (such as runtime), so we cannot use a ref pack for it -->
90-
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="9.0.0-rc.2.24473.5">
91-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
92-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
90+
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="9.0.0">
91+
<Uri>https://github.com/dotnet/runtime</Uri>
92+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.Extensions.Http" Version="9.0.0-rc.2.24473.5">
95-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
96-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
94+
<Dependency Name="Microsoft.Extensions.Http" Version="9.0.0">
95+
<Uri>https://github.com/dotnet/runtime</Uri>
96+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="9.0.0-rc.2.24473.5">
99-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
100-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
98+
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="9.0.0">
99+
<Uri>https://github.com/dotnet/runtime</Uri>
100+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0-rc.2.24473.5">
103-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
104-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
102+
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0">
103+
<Uri>https://github.com/dotnet/runtime</Uri>
104+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
105105
</Dependency>
106106
<!-- Necessary for source-build. This allows the live version of the dependency
107107
to flow in and eliminates related prebuilts. -->
108-
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-rc.2.24473.5">
109-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
110-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
108+
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0">
109+
<Uri>https://github.com/dotnet/runtime</Uri>
110+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
111111
</Dependency>
112112
<!-- Needed for when this dependency gets updated in
113113
https://github.com/dotnet/source-build-externals, otherwise
@@ -116,13 +116,13 @@
116116
<Uri>https://github.com/JamesNK/Newtonsoft.Json</Uri>
117117
<Sha>0a2e291c0d9c0c7675d445703e51750363a549ef</Sha>
118118
</Dependency>
119-
<Dependency Name="System.Text.Encodings.Web" Version="9.0.0-rc.2.24473.5">
120-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
121-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
119+
<Dependency Name="System.Text.Encodings.Web" Version="9.0.0">
120+
<Uri>https://github.com/dotnet/runtime</Uri>
121+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
122122
</Dependency>
123-
<Dependency Name="System.Text.Json" Version="9.0.0-rc.2.24473.5">
124-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
125-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
123+
<Dependency Name="System.Text.Json" Version="9.0.0">
124+
<Uri>https://github.com/dotnet/runtime</Uri>
125+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
126126
</Dependency>
127127
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-preview.1.24305.1">
128128
<Uri>https://github.com/dotnet/deployment-tools</Uri>
@@ -133,30 +133,30 @@
133133
<Sha>ef4c24166691977558e5312758df4313ab310dc0</Sha>
134134
</Dependency>
135135
<!-- Transitive dependency needed for source build. -->
136-
<Dependency Name="System.Collections.Immutable" Version="9.0.0-rc.2.24473.5">
137-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
138-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
136+
<Dependency Name="System.Collections.Immutable" Version="9.0.0">
137+
<Uri>https://github.com/dotnet/runtime</Uri>
138+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
139139
</Dependency>
140140
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25210.1">
141141
<Uri>https://github.com/dotnet/command-line-api</Uri>
142142
<Sha>e9b0511d7f1128e2bc3be7a658a2a4ea977e602d</Sha>
143143
</Dependency>
144144
<!-- Transitive dependency needed for source build. -->
145-
<Dependency Name="System.Reflection.Metadata" Version="9.0.0-rc.2.24473.5">
146-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
147-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
145+
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
146+
<Uri>https://github.com/dotnet/runtime</Uri>
147+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
148148
</Dependency>
149-
<Dependency Name="System.Formats.Asn1" Version="9.0.0-rc.2.24473.5">
150-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
151-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
149+
<Dependency Name="System.Formats.Asn1" Version="9.0.0">
150+
<Uri>https://github.com/dotnet/runtime</Uri>
151+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
152152
</Dependency>
153-
<Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.0-rc.2.24473.5">
154-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
155-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
153+
<Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.0">
154+
<Uri>https://github.com/dotnet/runtime</Uri>
155+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
156156
</Dependency>
157-
<Dependency Name="System.Security.Cryptography.Xml" Version="9.0.0-rc.2.24473.5">
158-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
159-
<Sha>990ebf52fc408ca45929fd176d2740675a67fab8</Sha>
157+
<Dependency Name="System.Security.Cryptography.Xml" Version="9.0.0">
158+
<Uri>https://github.com/dotnet/runtime</Uri>
159+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
160160
</Dependency>
161161
<Dependency Name="Microsoft.DncEng.SecretManager" Version="1.1.0-beta.25501.1">
162162
<Uri>https://github.com/dotnet/dnceng</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dotnet": "10.0.100-rc.1.25420.111"
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25504.3",
16-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25504.3",
15+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25509.1",
16+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25509.1",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)