Skip to content

Commit eb9c2d2

Browse files
Bump runtime packages to 9.0.9 versions (#12701)
This must match up with internal VS changes to move the whole system forward.
2 parents 567af5e + 2992c64 commit eb9c2d2

File tree

5 files changed

+71
-71
lines changed

5 files changed

+71
-71
lines changed

eng/Version.Details.props

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/runtime dependencies -->
9-
<SystemCodeDomPackageVersion>9.0.0</SystemCodeDomPackageVersion>
10-
<SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion>
11-
<SystemConfigurationConfigurationManagerPackageVersion>9.0.0</SystemConfigurationConfigurationManagerPackageVersion>
12-
<SystemDiagnosticsDiagnosticSourcePackageVersion>9.0.0</SystemDiagnosticsDiagnosticSourcePackageVersion>
13-
<SystemDiagnosticsEventLogPackageVersion>9.0.0</SystemDiagnosticsEventLogPackageVersion>
14-
<SystemFormatsAsn1PackageVersion>9.0.6</SystemFormatsAsn1PackageVersion>
15-
<SystemFormatsNrbfPackageVersion>9.0.0</SystemFormatsNrbfPackageVersion>
16-
<SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion>
17-
<SystemReflectionMetadataLoadContextPackageVersion>9.0.0</SystemReflectionMetadataLoadContextPackageVersion>
18-
<SystemResourcesExtensionsPackageVersion>9.0.0</SystemResourcesExtensionsPackageVersion>
19-
<SystemSecurityCryptographyPkcsPackageVersion>9.0.6</SystemSecurityCryptographyPkcsPackageVersion>
20-
<SystemSecurityCryptographyProtectedDataPackageVersion>9.0.6</SystemSecurityCryptographyProtectedDataPackageVersion>
21-
<SystemSecurityCryptographyXmlPackageVersion>9.0.0</SystemSecurityCryptographyXmlPackageVersion>
22-
<SystemTextEncodingCodePagesPackageVersion>9.0.0</SystemTextEncodingCodePagesPackageVersion>
23-
<SystemTextJsonPackageVersion>9.0.0</SystemTextJsonPackageVersion>
24-
<SystemThreadingChannelsPackageVersion>9.0.0</SystemThreadingChannelsPackageVersion>
25-
<SystemThreadingTasksDataflowPackageVersion>9.0.0</SystemThreadingTasksDataflowPackageVersion>
9+
<SystemCodeDomPackageVersion>9.0.9</SystemCodeDomPackageVersion>
10+
<SystemCollectionsImmutablePackageVersion>9.0.9</SystemCollectionsImmutablePackageVersion>
11+
<SystemConfigurationConfigurationManagerPackageVersion>9.0.9</SystemConfigurationConfigurationManagerPackageVersion>
12+
<SystemDiagnosticsDiagnosticSourcePackageVersion>9.0.9</SystemDiagnosticsDiagnosticSourcePackageVersion>
13+
<SystemDiagnosticsEventLogPackageVersion>9.0.9</SystemDiagnosticsEventLogPackageVersion>
14+
<SystemFormatsAsn1PackageVersion>9.0.9</SystemFormatsAsn1PackageVersion>
15+
<SystemFormatsNrbfPackageVersion>9.0.9</SystemFormatsNrbfPackageVersion>
16+
<SystemReflectionMetadataPackageVersion>9.0.9</SystemReflectionMetadataPackageVersion>
17+
<SystemReflectionMetadataLoadContextPackageVersion>9.0.9</SystemReflectionMetadataLoadContextPackageVersion>
18+
<SystemResourcesExtensionsPackageVersion>9.0.9</SystemResourcesExtensionsPackageVersion>
19+
<SystemSecurityCryptographyPkcsPackageVersion>9.0.9</SystemSecurityCryptographyPkcsPackageVersion>
20+
<SystemSecurityCryptographyProtectedDataPackageVersion>9.0.9</SystemSecurityCryptographyProtectedDataPackageVersion>
21+
<SystemSecurityCryptographyXmlPackageVersion>9.0.9</SystemSecurityCryptographyXmlPackageVersion>
22+
<SystemTextEncodingCodePagesPackageVersion>9.0.9</SystemTextEncodingCodePagesPackageVersion>
23+
<SystemTextJsonPackageVersion>9.0.9</SystemTextJsonPackageVersion>
24+
<SystemThreadingChannelsPackageVersion>9.0.9</SystemThreadingChannelsPackageVersion>
25+
<SystemThreadingTasksDataflowPackageVersion>9.0.9</SystemThreadingTasksDataflowPackageVersion>
2626
<!-- dotnet/arcade dependencies -->
2727
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25522.2</MicrosoftDotNetArcadeSdkPackageVersion>
2828
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25522.2</MicrosoftDotNetXUnitExtensionsPackageVersion>

eng/Version.Details.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,103 +3,103 @@
33
<Source Uri="https://github.com/dotnet/dotnet" Mapping="msbuild" Sha="d499f9cdfd5b7b7bb291f95a3c14417d5edc969f" BarId="287756" />
44
<ProductDependencies>
55
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
6-
<Dependency Name="System.CodeDom" Version="9.0.0">
6+
<Dependency Name="System.CodeDom" Version="9.0.9">
77
<Uri>https://github.com/dotnet/runtime</Uri>
88
<Sha>
99
</Sha>
1010
</Dependency>
1111
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
12-
<Dependency Name="System.Collections.Immutable" Version="9.0.0">
12+
<Dependency Name="System.Collections.Immutable" Version="9.0.9">
1313
<Uri>https://github.com/dotnet/runtime</Uri>
1414
<Sha>
1515
</Sha>
1616
</Dependency>
1717
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
18-
<Dependency Name="System.Configuration.ConfigurationManager" Version="9.0.0">
18+
<Dependency Name="System.Configuration.ConfigurationManager" Version="9.0.9">
1919
<Uri>https://github.com/dotnet/runtime</Uri>
2020
<Sha>
2121
</Sha>
2222
</Dependency>
2323
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
24-
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.0">
24+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.9">
2525
<Uri>https://github.com/dotnet/runtime</Uri>
2626
<Sha>
2727
</Sha>
2828
</Dependency>
2929
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
30-
<Dependency Name="System.Diagnostics.EventLog" Version="9.0.0">
30+
<Dependency Name="System.Diagnostics.EventLog" Version="9.0.9">
3131
<Uri>https://github.com/dotnet/runtime</Uri>
3232
<Sha>
3333
</Sha>
3434
</Dependency>
3535
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
36-
<Dependency Name="System.Formats.Asn1" Version="9.0.6">
36+
<Dependency Name="System.Formats.Asn1" Version="9.0.9">
3737
<Uri>https://github.com/dotnet/runtime</Uri>
3838
<Sha>
3939
</Sha>
4040
</Dependency>
4141
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
42-
<Dependency Name="System.Formats.Nrbf" Version="9.0.0">
42+
<Dependency Name="System.Formats.Nrbf" Version="9.0.9">
4343
<Uri>https://github.com/dotnet/runtime</Uri>
4444
<Sha>
4545
</Sha>
4646
</Dependency>
4747
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
48-
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
48+
<Dependency Name="System.Reflection.Metadata" Version="9.0.9">
4949
<Uri>https://github.com/dotnet/runtime</Uri>
5050
<Sha>
5151
</Sha>
5252
</Dependency>
5353
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
54-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0">
54+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.9">
5555
<Uri>https://github.com/dotnet/runtime</Uri>
5656
<Sha>
5757
</Sha>
5858
</Dependency>
5959
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
60-
<Dependency Name="System.Resources.Extensions" Version="9.0.0">
60+
<Dependency Name="System.Resources.Extensions" Version="9.0.9">
6161
<Uri>https://github.com/dotnet/runtime</Uri>
6262
<Sha>
6363
</Sha>
6464
</Dependency>
6565
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
66-
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="9.0.6">
66+
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="9.0.9">
6767
<Uri>https://github.com/dotnet/runtime</Uri>
6868
<Sha>
6969
</Sha>
7070
</Dependency>
7171
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
72-
<Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.6">
72+
<Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.9">
7373
<Uri>https://github.com/dotnet/runtime</Uri>
7474
<Sha>
7575
</Sha>
7676
</Dependency>
7777
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
78-
<Dependency Name="System.Security.Cryptography.Xml" Version="9.0.0">
78+
<Dependency Name="System.Security.Cryptography.Xml" Version="9.0.9">
7979
<Uri>https://github.com/dotnet/runtime</Uri>
8080
<Sha>
8181
</Sha>
8282
</Dependency>
8383
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
84-
<Dependency Name="System.Text.Encoding.CodePages" Version="9.0.0">
84+
<Dependency Name="System.Text.Encoding.CodePages" Version="9.0.9">
8585
<Uri>https://github.com/dotnet/runtime</Uri>
8686
<Sha>
8787
</Sha>
8888
</Dependency>
8989
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
90-
<Dependency Name="System.Text.Json" Version="9.0.0">
90+
<Dependency Name="System.Text.Json" Version="9.0.9">
9191
<Uri>https://github.com/dotnet/runtime</Uri>
9292
<Sha>
9393
</Sha>
9494
</Dependency>
9595
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
96-
<Dependency Name="System.Threading.Channels" Version="9.0.0">
96+
<Dependency Name="System.Threading.Channels" Version="9.0.9">
9797
<Uri>https://github.com/dotnet/runtime</Uri>
9898
<Sha>
9999
</Sha>
100100
</Dependency>
101101
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
102-
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.0">
102+
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.9">
103103
<Uri>https://github.com/dotnet/runtime</Uri>
104104
<Sha>
105105
</Sha>

src/MSBuild/app.amd64.config

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
</dependentAssembly>
7171
<dependentAssembly>
7272
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
73-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
74-
<codeBase version="9.0.0.0" href="..\Microsoft.Bcl.AsyncInterfaces.dll"/>
73+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
74+
<codeBase version="9.0.0.9" href="..\Microsoft.Bcl.AsyncInterfaces.dll"/>
7575
</dependentAssembly>
7676
<dependentAssembly>
7777
<assemblyIdentity name="Microsoft.Bcl.HashCode" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -101,23 +101,23 @@
101101
<!-- Pull plugins that reference SCI up to our version in case they depended on our copy of the older version -->
102102
<dependentAssembly>
103103
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
104-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
105-
<codeBase version="9.0.0.0" href="..\System.Collections.Immutable.dll"/>
104+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
105+
<codeBase version="9.0.0.9" href="..\System.Collections.Immutable.dll"/>
106106
</dependentAssembly>
107107
<dependentAssembly>
108108
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
109-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
110-
<codeBase version="9.0.0.0" href="..\System.Diagnostics.DiagnosticSource.dll" />
109+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
110+
<codeBase version="9.0.0.9" href="..\System.Diagnostics.DiagnosticSource.dll" />
111111
</dependentAssembly>
112112
<dependentAssembly>
113113
<assemblyIdentity name="System.Formats.Nrbf" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
114-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
115-
<codeBase version="9.0.0.0" href="..\System.Formats.Nrbf.dll"/>
114+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
115+
<codeBase version="9.0.0.9" href="..\System.Formats.Nrbf.dll"/>
116116
</dependentAssembly>
117117
<dependentAssembly>
118118
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
119-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
120-
<codeBase version="9.0.0.0" href="..\System.IO.Pipelines.dll"/>
119+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
120+
<codeBase version="9.0.0.9" href="..\System.IO.Pipelines.dll"/>
121121
</dependentAssembly>
122122

123123
<dependentAssembly>
@@ -200,18 +200,18 @@
200200
</dependentAssembly>
201201
<dependentAssembly>
202202
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
203-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
204-
<codeBase version="9.0.0.0" href="..\System.Reflection.Metadata.dll" />
203+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
204+
<codeBase version="9.0.0.9" href="..\System.Reflection.Metadata.dll" />
205205
</dependentAssembly>
206206
<dependentAssembly>
207207
<assemblyIdentity name="System.Reflection.MetadataLoadContext" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
208-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
209-
<codeBase version="9.0.0.0" href="..\System.Reflection.MetadataLoadContext.dll" />
208+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
209+
<codeBase version="9.0.0.9" href="..\System.Reflection.MetadataLoadContext.dll" />
210210
</dependentAssembly>
211211
<dependentAssembly>
212212
<assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
213-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
214-
<codeBase version="9.0.0.0" href="..\System.Resources.Extensions.dll"/>
213+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
214+
<codeBase version="9.0.0.9" href="..\System.Resources.Extensions.dll"/>
215215
</dependentAssembly>
216216
<dependentAssembly>
217217
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
@@ -220,23 +220,23 @@
220220
</dependentAssembly>
221221
<dependentAssembly>
222222
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
223-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
224-
<codeBase version="9.0.0.0" href="..\System.Text.Encodings.Web.dll"/>
223+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
224+
<codeBase version="9.0.0.9" href="..\System.Text.Encodings.Web.dll"/>
225225
</dependentAssembly>
226226
<dependentAssembly>
227227
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
228-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
229-
<codeBase version="9.0.0.0" href="..\System.Text.Json.dll"/>
228+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
229+
<codeBase version="9.0.0.9" href="..\System.Text.Json.dll"/>
230230
</dependentAssembly>
231231
<dependentAssembly>
232232
<assemblyIdentity name="System.Threading.Channels" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
233-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
234-
<codeBase version="9.0.0.0" href="..\System.Threading.Channels.dll"/>
233+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
234+
<codeBase version="9.0.0.9" href="..\System.Threading.Channels.dll"/>
235235
</dependentAssembly>
236236
<dependentAssembly>
237237
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
238-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
239-
<codeBase version="9.0.0.0" href="..\System.Threading.Tasks.Dataflow.dll"/>
238+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.9" newVersion="9.0.0.9" />
239+
<codeBase version="9.0.0.9" href="..\System.Threading.Tasks.Dataflow.dll"/>
240240
</dependentAssembly>
241241
<dependentAssembly>
242242
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />

0 commit comments

Comments
 (0)