Skip to content

Commit 1ac5981

Browse files
Copilotrainersigwald
authored andcommitted
Update runtime package references to 10.0.3 (dotnet#13376)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rainersigwald <3347530+rainersigwald@users.noreply.github.com>
1 parent 333c7ee commit 1ac5981

5 files changed

Lines changed: 69 additions & 69 deletions

File tree

eng/Version.Details.props

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ This file should be imported by eng/Versions.props
1111
<!-- dotnet-roslyn dependencies -->
1212
<MicrosoftNetCompilersToolsetPackageVersion>5.6.0-2.26151.2</MicrosoftNetCompilersToolsetPackageVersion>
1313
<!-- dotnet-runtime dependencies -->
14-
<SystemCodeDomPackageVersion>10.0.2</SystemCodeDomPackageVersion>
15-
<SystemCollectionsImmutablePackageVersion>10.0.2</SystemCollectionsImmutablePackageVersion>
16-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.2</SystemConfigurationConfigurationManagerPackageVersion>
17-
<SystemDiagnosticsDiagnosticSourcePackageVersion>10.0.2</SystemDiagnosticsDiagnosticSourcePackageVersion>
18-
<SystemDiagnosticsEventLogPackageVersion>10.0.2</SystemDiagnosticsEventLogPackageVersion>
19-
<SystemFormatsAsn1PackageVersion>10.0.2</SystemFormatsAsn1PackageVersion>
20-
<SystemFormatsNrbfPackageVersion>10.0.2</SystemFormatsNrbfPackageVersion>
21-
<SystemReflectionMetadataPackageVersion>10.0.2</SystemReflectionMetadataPackageVersion>
22-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.2</SystemReflectionMetadataLoadContextPackageVersion>
23-
<SystemResourcesExtensionsPackageVersion>10.0.2</SystemResourcesExtensionsPackageVersion>
24-
<SystemSecurityCryptographyPkcsPackageVersion>10.0.2</SystemSecurityCryptographyPkcsPackageVersion>
25-
<SystemSecurityCryptographyProtectedDataPackageVersion>10.0.2</SystemSecurityCryptographyProtectedDataPackageVersion>
26-
<SystemSecurityCryptographyXmlPackageVersion>10.0.2</SystemSecurityCryptographyXmlPackageVersion>
27-
<SystemTextEncodingCodePagesPackageVersion>10.0.2</SystemTextEncodingCodePagesPackageVersion>
28-
<SystemTextJsonPackageVersion>10.0.2</SystemTextJsonPackageVersion>
29-
<SystemThreadingChannelsPackageVersion>10.0.2</SystemThreadingChannelsPackageVersion>
30-
<SystemThreadingTasksDataflowPackageVersion>10.0.2</SystemThreadingTasksDataflowPackageVersion>
14+
<SystemCodeDomPackageVersion>10.0.3</SystemCodeDomPackageVersion>
15+
<SystemCollectionsImmutablePackageVersion>10.0.3</SystemCollectionsImmutablePackageVersion>
16+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.3</SystemConfigurationConfigurationManagerPackageVersion>
17+
<SystemDiagnosticsDiagnosticSourcePackageVersion>10.0.3</SystemDiagnosticsDiagnosticSourcePackageVersion>
18+
<SystemDiagnosticsEventLogPackageVersion>10.0.3</SystemDiagnosticsEventLogPackageVersion>
19+
<SystemFormatsAsn1PackageVersion>10.0.3</SystemFormatsAsn1PackageVersion>
20+
<SystemFormatsNrbfPackageVersion>10.0.3</SystemFormatsNrbfPackageVersion>
21+
<SystemReflectionMetadataPackageVersion>10.0.3</SystemReflectionMetadataPackageVersion>
22+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.3</SystemReflectionMetadataLoadContextPackageVersion>
23+
<SystemResourcesExtensionsPackageVersion>10.0.3</SystemResourcesExtensionsPackageVersion>
24+
<SystemSecurityCryptographyPkcsPackageVersion>10.0.3</SystemSecurityCryptographyPkcsPackageVersion>
25+
<SystemSecurityCryptographyProtectedDataPackageVersion>10.0.3</SystemSecurityCryptographyProtectedDataPackageVersion>
26+
<SystemSecurityCryptographyXmlPackageVersion>10.0.3</SystemSecurityCryptographyXmlPackageVersion>
27+
<SystemTextEncodingCodePagesPackageVersion>10.0.3</SystemTextEncodingCodePagesPackageVersion>
28+
<SystemTextJsonPackageVersion>10.0.3</SystemTextJsonPackageVersion>
29+
<SystemThreadingChannelsPackageVersion>10.0.3</SystemThreadingChannelsPackageVersion>
30+
<SystemThreadingTasksDataflowPackageVersion>10.0.3</SystemThreadingTasksDataflowPackageVersion>
3131
<!-- nuget-nuget.client dependencies -->
3232
<NuGetBuildTasksPackageVersion>7.5.0-rc.36</NuGetBuildTasksPackageVersion>
3333
</PropertyGroup>

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="5121846aac455d48f990a10e569c90e3ab1e359a" BarId="305296" />
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="10.0.2">
6+
<Dependency Name="System.CodeDom" Version="10.0.3">
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="10.0.2">
12+
<Dependency Name="System.Collections.Immutable" Version="10.0.3">
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="10.0.2">
18+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.3">
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="10.0.2">
24+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="10.0.3">
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="10.0.2">
30+
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.3">
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="10.0.2">
36+
<Dependency Name="System.Formats.Asn1" Version="10.0.3">
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="10.0.2">
42+
<Dependency Name="System.Formats.Nrbf" Version="10.0.3">
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="10.0.2">
48+
<Dependency Name="System.Reflection.Metadata" Version="10.0.3">
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="10.0.2">
54+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.3">
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="10.0.2">
60+
<Dependency Name="System.Resources.Extensions" Version="10.0.3">
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="10.0.2">
66+
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="10.0.3">
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="10.0.2">
72+
<Dependency Name="System.Security.Cryptography.Pkcs" Version="10.0.3">
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="10.0.2">
78+
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.3">
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="10.0.2">
84+
<Dependency Name="System.Text.Encoding.CodePages" Version="10.0.3">
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="10.0.2">
90+
<Dependency Name="System.Text.Json" Version="10.0.3">
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="10.0.2">
96+
<Dependency Name="System.Threading.Channels" Version="10.0.3">
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="10.0.2">
102+
<Dependency Name="System.Threading.Tasks.Dataflow" Version="10.0.3">
103103
<Uri>https://github.com/dotnet/runtime</Uri>
104104
<Sha>
105105
</Sha>

src/MSBuild/app.amd64.config

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
</dependentAssembly>
6363
<dependentAssembly>
6464
<assemblyIdentity name="System.Formats.Nrbf" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
65-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
66-
<codeBase version="10.0.0.2" href="..\System.Formats.Nrbf.dll"/>
65+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
66+
<codeBase version="10.0.0.3" href="..\System.Formats.Nrbf.dll"/>
6767
</dependentAssembly>
6868
<dependentAssembly>
6969
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
70-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
71-
<codeBase version="10.0.0.2" href="..\System.IO.Pipelines.dll"/>
70+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
71+
<codeBase version="10.0.0.3" href="..\System.IO.Pipelines.dll"/>
7272
</dependentAssembly>
7373
<dependentAssembly>
7474
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
75-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
76-
<codeBase version="10.0.0.2" href="..\Microsoft.Bcl.AsyncInterfaces.dll"/>
75+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
76+
<codeBase version="10.0.0.3" href="..\Microsoft.Bcl.AsyncInterfaces.dll"/>
7777
</dependentAssembly>
7878
<dependentAssembly>
7979
<assemblyIdentity name="Microsoft.Bcl.HashCode" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -103,8 +103,8 @@
103103
<!-- Pull plugins that reference SCI up to our version in case they depended on our copy of the older version -->
104104
<dependentAssembly>
105105
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
106-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
107-
<codeBase version="10.0.0.2" href="..\System.Collections.Immutable.dll"/>
106+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
107+
<codeBase version="10.0.0.3" href="..\System.Collections.Immutable.dll"/>
108108
</dependentAssembly>
109109
<dependentAssembly>
110110
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
@@ -122,18 +122,18 @@
122122
</dependentAssembly>
123123
<dependentAssembly>
124124
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
125-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
126-
<codeBase version="10.0.0.2" href="..\System.Reflection.Metadata.dll" />
125+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
126+
<codeBase version="10.0.0.3" href="..\System.Reflection.Metadata.dll" />
127127
</dependentAssembly>
128128
<dependentAssembly>
129129
<assemblyIdentity name="System.Reflection.MetadataLoadContext" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
130-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
131-
<codeBase version="10.0.0.2" href="..\System.Reflection.MetadataLoadContext.dll" />
130+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
131+
<codeBase version="10.0.0.3" href="..\System.Reflection.MetadataLoadContext.dll" />
132132
</dependentAssembly>
133133
<dependentAssembly>
134134
<assemblyIdentity name="System.Resources.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
135-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
136-
<codeBase version="10.0.0.2" href="..\System.Resources.Extensions.dll"/>
135+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
136+
<codeBase version="10.0.0.3" href="..\System.Resources.Extensions.dll"/>
137137
</dependentAssembly>
138138
<dependentAssembly>
139139
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
@@ -142,23 +142,23 @@
142142
</dependentAssembly>
143143
<dependentAssembly>
144144
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
145-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
146-
<codeBase version="10.0.0.2" href="..\System.Text.Encodings.Web.dll"/>
145+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
146+
<codeBase version="10.0.0.3" href="..\System.Text.Encodings.Web.dll"/>
147147
</dependentAssembly>
148148
<dependentAssembly>
149149
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
150-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
151-
<codeBase version="10.0.0.2" href="..\System.Text.Json.dll"/>
150+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
151+
<codeBase version="10.0.0.3" href="..\System.Text.Json.dll"/>
152152
</dependentAssembly>
153153
<dependentAssembly>
154154
<assemblyIdentity name="System.Threading.Channels" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
155-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
156-
<codeBase version="10.0.0.2" href="..\System.Threading.Channels.dll"/>
155+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
156+
<codeBase version="10.0.0.3" href="..\System.Threading.Channels.dll"/>
157157
</dependentAssembly>
158158
<dependentAssembly>
159159
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
160-
<bindingRedirect oldVersion="0.0.0.0-10.0.0.2" newVersion="10.0.0.2" />
161-
<codeBase version="10.0.0.2" href="..\System.Threading.Tasks.Dataflow.dll"/>
160+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="10.0.0.3" />
161+
<codeBase version="10.0.0.3" href="..\System.Threading.Tasks.Dataflow.dll"/>
162162
</dependentAssembly>
163163
<dependentAssembly>
164164
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />

0 commit comments

Comments
 (0)