Skip to content

Commit 38e153c

Browse files
authored
Bump BCL references to 9.0 (dotnet#76890)
2 parents 470c3de + 2d56e5f commit 38e153c

File tree

10 files changed

+239
-296
lines changed

10 files changed

+239
-296
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,42 @@
1313
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.VisualBasic.CodeStyle/*" />
1414
<UsagePattern IdentityGlob="Microsoft.Net.Compilers.Toolset/*" />
1515

16-
<!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 7.0 / 8.0 ref pack shows up as
16+
<!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 8.0 ref pack shows up as
1717
prebuilt only for the repo CI build but not full source-build. -->
18-
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/7.0*" />
1918
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0*" />
2019

21-
<!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 7.0 / 8.0 ref pack shows up as
20+
<!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 8.0 ref pack shows up as
2221
prebuilt only for the repo CI build but not full source-build. -->
23-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/7.0*" />
2422
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/8.0*" />
2523

2624
<!-- This is upgraded to latest version in full source-build and can be baselined for repo build -->
27-
<UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/8.0*" />
28-
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection.Abstractions/8.0*" />
29-
<UsagePattern IdentityGlob="Microsoft.Extensions.Configuration*/8.0*" />
30-
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection/8.0*" />
31-
<UsagePattern IdentityGlob="Microsoft.Extensions.Logging*/8.0*" />
32-
<UsagePattern IdentityGlob="Microsoft.Extensions.Options.ConfigurationExtension*/8.0*" />
33-
<UsagePattern IdentityGlob="Microsoft.Extensions.Options/8.0*" />
34-
<UsagePattern IdentityGlob="Microsoft.Extensions.Primitives/8.0*" />
35-
<UsagePattern IdentityGlob="System.Collections.Immutable/8.0*" />
36-
<UsagePattern IdentityGlob="System.Composition*/8.0*" />
37-
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/8.0*" />
38-
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/8.0*" />
39-
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/8.0*" />
40-
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0*" />
41-
<UsagePattern IdentityGlob="System.Reflection.Metadata/8.0*" />
42-
<UsagePattern IdentityGlob="System.Resources.Extensions/8.0*" />
43-
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/8.0*" />
44-
<UsagePattern IdentityGlob="System.Security.Permissions/8.0*" />
45-
<UsagePattern IdentityGlob="System.Text.Encodings.Web/8.0*" />
46-
<UsagePattern IdentityGlob="System.Text.Json/8.0*" />
47-
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/8.0*" />
48-
<UsagePattern IdentityGlob="System.Windows.Extensions/8.0*" />
49-
<UsagePattern IdentityGlob="Microsoft.Extensions.Configuration*/7.0*" />
50-
<UsagePattern IdentityGlob="Microsoft.Extensions.Logging*/7.0*" />
51-
<UsagePattern IdentityGlob="Microsoft.Extensions.Options.ConfigurationExtension*/7.0*" />
25+
<UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/9.0*" />
26+
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection/9.0*" />
27+
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection.Abstractions/9.0*" />
28+
<UsagePattern IdentityGlob="Microsoft.Extensions.Logging/9.0*" />
29+
<UsagePattern IdentityGlob="Microsoft.Extensions.Logging.Abstractions/9.0*" />
30+
<UsagePattern IdentityGlob="Microsoft.Extensions.Options/9.0*" />
31+
<UsagePattern IdentityGlob="Microsoft.Extensions.Primitives/9.0*" />
32+
<UsagePattern IdentityGlob="System.Collections.Immutable/9.0*" />
33+
<UsagePattern IdentityGlob="System.Composition/9.0*" />
34+
<UsagePattern IdentityGlob="System.Composition.AttributedModel/9.0*" />
35+
<UsagePattern IdentityGlob="System.Composition.Convention/9.0*" />
36+
<UsagePattern IdentityGlob="System.Composition.Hosting/9.0*" />
37+
<UsagePattern IdentityGlob="System.Composition.Runtime/9.0*" />
38+
<UsagePattern IdentityGlob="System.Composition.TypedParts/9.0*" />
39+
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/9.0*" />
40+
<UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/9.0*" />
41+
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/9.0*" />
42+
<UsagePattern IdentityGlob="System.Formats.Nrbf/9.0*" />
43+
<UsagePattern IdentityGlob="System.IO.Pipelines/9.0*" />
44+
<UsagePattern IdentityGlob="System.Reflection.Metadata/9.0*" />
45+
<UsagePattern IdentityGlob="System.Resources.Extensions/9.0*" />
46+
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/9.0*" />
47+
<UsagePattern IdentityGlob="System.Security.Permissions/9.0*" />
48+
<UsagePattern IdentityGlob="System.Text.Encodings.Web/9.0*" />
49+
<UsagePattern IdentityGlob="System.Text.Json/9.0*" />
50+
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/9.0*" />
51+
<UsagePattern IdentityGlob="System.Windows.Extensions/9.0*" />
5252
</IgnorePatterns>
5353
<Usages>
5454
<Usage Id="Microsoft.Build" Version="17.3.4" IsDirectDependency="true" />

eng/Version.Details.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -24,101 +24,101 @@
2424
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
2525
</Dependency>
2626
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
27-
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0">
27+
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0">
2828
<Uri>https://github.com/dotnet/runtime</Uri>
29-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
29+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
3030
</Dependency>
31-
<Dependency Name="Microsoft.Extensions.Configuration" Version="8.0.0">
31+
<Dependency Name="Microsoft.Extensions.Configuration" Version="9.0.0">
3232
<Uri>https://github.com/dotnet/runtime</Uri>
33-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
33+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
3434
</Dependency>
35-
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="8.0.0">
35+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="9.0.0">
3636
<Uri>https://github.com/dotnet/runtime</Uri>
37-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
37+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
3838
</Dependency>
39-
<Dependency Name="Microsoft.Extensions.Logging" Version="8.0.0">
39+
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0">
4040
<Uri>https://github.com/dotnet/runtime</Uri>
41-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
41+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0">
43+
<Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0">
4444
<Uri>https://github.com/dotnet/runtime</Uri>
45-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
45+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
4646
</Dependency>
47-
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0">
47+
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0">
4848
<Uri>https://github.com/dotnet/runtime</Uri>
49-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
49+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
5050
</Dependency>
5151
<Dependency Name="Microsoft.Extensions.Options.ConfigurationExtension" Version="8.0.0">
5252
<Uri>https://github.com/dotnet/runtime</Uri>
5353
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.Extensions.Options" Version="8.0.0">
55+
<Dependency Name="Microsoft.Extensions.Options" Version="9.0.0">
5656
<Uri>https://github.com/dotnet/runtime</Uri>
57-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
57+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
5858
</Dependency>
59-
<Dependency Name="Microsoft.Extensions.Primitives" Version="8.0.0">
59+
<Dependency Name="Microsoft.Extensions.Primitives" Version="9.0.0">
6060
<Uri>https://github.com/dotnet/runtime</Uri>
61-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
61+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
6262
</Dependency>
63-
<Dependency Name="System.Collections.Immutable" Version="8.0.0">
63+
<Dependency Name="System.Collections.Immutable" Version="9.0.0">
6464
<Uri>https://github.com/dotnet/runtime</Uri>
65-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
65+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
6666
</Dependency>
67-
<Dependency Name="System.ComponentModel.Composition" Version="8.0.0">
67+
<Dependency Name="System.ComponentModel.Composition" Version="9.0.0">
6868
<Uri>https://github.com/dotnet/runtime</Uri>
69-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
69+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="8.0.0">
71+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.0">
7272
<Uri>https://github.com/dotnet/runtime</Uri>
73-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
73+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
7474
</Dependency>
75-
<Dependency Name="System.IO.Hashing" Version="8.0.0">
75+
<Dependency Name="System.IO.Hashing" Version="9.0.0">
7676
<Uri>https://github.com/dotnet/runtime</Uri>
77-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
77+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
7878
</Dependency>
79-
<Dependency Name="System.IO.Pipelines" Version="8.0.0">
79+
<Dependency Name="System.IO.Pipelines" Version="9.0.0">
8080
<Uri>https://github.com/dotnet/runtime</Uri>
81-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
81+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
8282
</Dependency>
83-
<Dependency Name="System.Resources.Extensions" Version="8.0.0">
83+
<Dependency Name="System.Resources.Extensions" Version="9.0.0">
8484
<Uri>https://github.com/dotnet/runtime</Uri>
85-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
85+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
8686
</Dependency>
87-
<Dependency Name="System.Text.Encodings.Web" Version="8.0.0">
87+
<Dependency Name="System.Text.Encodings.Web" Version="9.0.0">
8888
<Uri>https://github.com/dotnet/runtime</Uri>
89-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
89+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
9090
</Dependency>
91-
<Dependency Name="System.Text.Json" Version="8.0.0">
91+
<Dependency Name="System.Text.Json" Version="9.0.0">
9292
<Uri>https://github.com/dotnet/runtime</Uri>
93-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
93+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
9494
</Dependency>
95-
<Dependency Name="System.Threading.Tasks.Dataflow" Version="8.0.0">
95+
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.0">
9696
<Uri>https://github.com/dotnet/runtime</Uri>
97-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
97+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
9898
</Dependency>
99-
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
99+
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
100100
<Uri>https://github.com/dotnet/runtime</Uri>
101-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
101+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
102102
</Dependency>
103-
<Dependency Name="System.Configuration.ConfigurationManager" Version="8.0.0">
103+
<Dependency Name="System.Configuration.ConfigurationManager" Version="9.0.0">
104104
<Uri>https://github.com/dotnet/runtime</Uri>
105-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
105+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
106106
</Dependency>
107-
<Dependency Name="System.Diagnostics.EventLog" Version="8.0.0">
107+
<Dependency Name="System.Diagnostics.EventLog" Version="9.0.0">
108108
<Uri>https://github.com/dotnet/runtime</Uri>
109-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
109+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
110110
</Dependency>
111-
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="8.0.0">
111+
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="9.0.0">
112112
<Uri>https://github.com/dotnet/runtime</Uri>
113-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
113+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
114114
</Dependency>
115-
<Dependency Name="System.Security.Permissions" Version="8.0.0">
115+
<Dependency Name="System.Security.Permissions" Version="9.0.0">
116116
<Uri>https://github.com/dotnet/runtime</Uri>
117-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
117+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
118118
</Dependency>
119-
<Dependency Name="System.Windows.Extensions" Version="8.0.0">
119+
<Dependency Name="System.Windows.Extensions" Version="9.0.0">
120120
<Uri>https://github.com/dotnet/runtime</Uri>
121-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
121+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
122122
</Dependency>
123123
</ProductDependencies>
124124
<ToolsetDependencies>
@@ -160,9 +160,9 @@
160160
</Dependency>
161161
<!-- Entries below are necessary for source-build. This allows the packages to be retrieved from previously-source-built
162162
artifacts and flow in as dependencies of the packages produced by roslyn. -->
163-
<Dependency Name="System.Composition" Version="8.0.0">
163+
<Dependency Name="System.Composition" Version="9.0.0">
164164
<Uri>https://github.com/dotnet/runtime</Uri>
165-
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
165+
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
166166
</Dependency>
167167
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
168168
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -47,37 +47,37 @@
4747
-->
4848
<PropertyGroup>
4949
<SystemCommandLineVersion>2.0.0-beta4.24528.1</SystemCommandLineVersion>
50-
<SystemCompositionVersion>8.0.0</SystemCompositionVersion>
51-
<SystemConfigurationConfigurationManagerVersion>8.0.0</SystemConfigurationConfigurationManagerVersion>
52-
<SystemDiagnosticsEventLogVersion>8.0.0</SystemDiagnosticsEventLogVersion>
53-
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
54-
<SystemComponentModelCompositionVersion>8.0.0</SystemComponentModelCompositionVersion>
55-
<SystemDiagnosticsDiagnosticSourceVersion>8.0.1</SystemDiagnosticsDiagnosticSourceVersion>
56-
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
57-
<SystemIOPipelinesVersion>8.0.0</SystemIOPipelinesVersion>
58-
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
59-
<SystemResourcesExtensionsVersion>8.0.0</SystemResourcesExtensionsVersion>
60-
<SystemSecurityCryptographyProtectedDataVersion>8.0.0</SystemSecurityCryptographyProtectedDataVersion>
61-
<SystemSecurityPermissionsVersion>8.0.0</SystemSecurityPermissionsVersion>
62-
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion>
50+
<SystemCompositionVersion>9.0.0</SystemCompositionVersion>
51+
<SystemConfigurationConfigurationManagerVersion>9.0.0</SystemConfigurationConfigurationManagerVersion>
52+
<SystemDiagnosticsEventLogVersion>9.0.0</SystemDiagnosticsEventLogVersion>
53+
<SystemCollectionsImmutableVersion>9.0.0</SystemCollectionsImmutableVersion>
54+
<SystemComponentModelCompositionVersion>9.0.0</SystemComponentModelCompositionVersion>
55+
<SystemDiagnosticsDiagnosticSourceVersion>9.0.0</SystemDiagnosticsDiagnosticSourceVersion>
56+
<SystemIOHashingVersion>9.0.0</SystemIOHashingVersion>
57+
<SystemIOPipelinesVersion>9.0.0</SystemIOPipelinesVersion>
58+
<SystemReflectionMetadataVersion>9.0.0</SystemReflectionMetadataVersion>
59+
<SystemResourcesExtensionsVersion>9.0.0</SystemResourcesExtensionsVersion>
60+
<SystemSecurityCryptographyProtectedDataVersion>9.0.0</SystemSecurityCryptographyProtectedDataVersion>
61+
<SystemSecurityPermissionsVersion>9.0.0</SystemSecurityPermissionsVersion>
62+
<SystemTextEncodingsWebVersion>9.0.0</SystemTextEncodingsWebVersion>
6363
<!-- Note: When updating SystemTextJsonVersion ensure that the version is no higher than what is used by MSBuild in VS (would lead to NGEN failures on insertion). -->
64-
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>
65-
<SystemThreadingTasksDataflowVersion>8.0.0</SystemThreadingTasksDataflowVersion>
66-
<SystemWindowsExtensionsVersion>8.0.0</SystemWindowsExtensionsVersion>
67-
<MicrosoftBclAsyncInterfacesVersion>8.0.0</MicrosoftBclAsyncInterfacesVersion>
64+
<SystemTextJsonVersion>9.0.0</SystemTextJsonVersion>
65+
<SystemThreadingTasksDataflowVersion>9.0.0</SystemThreadingTasksDataflowVersion>
66+
<SystemWindowsExtensionsVersion>9.0.0</SystemWindowsExtensionsVersion>
67+
<MicrosoftBclAsyncInterfacesVersion>9.0.0</MicrosoftBclAsyncInterfacesVersion>
6868
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0</MicrosoftCodeAnalysisAnalyzersVersion>
6969
<MicrosoftCodeAnalysisAnalyzerUtilitiesVersion>3.3.0</MicrosoftCodeAnalysisAnalyzerUtilitiesVersion>
7070
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23468.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
7171
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion>
72-
<MicrosoftExtensionsConfigurationVersion>8.0.0</MicrosoftExtensionsConfigurationVersion>
73-
<MicrosoftExtensionsDependencyInjectionVersion>8.0.0</MicrosoftExtensionsDependencyInjectionVersion>
72+
<MicrosoftExtensionsConfigurationVersion>9.0.0</MicrosoftExtensionsConfigurationVersion>
73+
<MicrosoftExtensionsDependencyInjectionVersion>9.0.0</MicrosoftExtensionsDependencyInjectionVersion>
7474
<MicrosoftExtensionsFileSystemGlobbingVersion>8.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
75-
<MicrosoftExtensionsLoggingVersion>8.0.0</MicrosoftExtensionsLoggingVersion>
76-
<MicrosoftExtensionsLoggingAbstractionsVersion>8.0.0</MicrosoftExtensionsLoggingAbstractionsVersion>
77-
<MicrosoftExtensionsLoggingConsoleVersion>8.0.0</MicrosoftExtensionsLoggingConsoleVersion>
75+
<MicrosoftExtensionsLoggingVersion>9.0.0</MicrosoftExtensionsLoggingVersion>
76+
<MicrosoftExtensionsLoggingAbstractionsVersion>9.0.0</MicrosoftExtensionsLoggingAbstractionsVersion>
77+
<MicrosoftExtensionsLoggingConsoleVersion>9.0.0</MicrosoftExtensionsLoggingConsoleVersion>
7878
<MicrosoftExtensionsOptionsConfigurationExtensionVersion>8.0.0</MicrosoftExtensionsOptionsConfigurationExtensionVersion>
79-
<MicrosoftExtensionsOptionsVersion>8.0.0</MicrosoftExtensionsOptionsVersion>
80-
<MicrosoftExtensionsPrimitivesVersion>8.0.0</MicrosoftExtensionsPrimitivesVersion>
79+
<MicrosoftExtensionsOptionsVersion>9.0.0</MicrosoftExtensionsOptionsVersion>
80+
<MicrosoftExtensionsPrimitivesVersion>9.0.0</MicrosoftExtensionsPrimitivesVersion>
8181
<MicrosoftVSSDKBuildToolsVersion>17.9.3137-preview3</MicrosoftVSSDKBuildToolsVersion>
8282
<vswhereVersion>2.4.1</vswhereVersion>
8383
<!--

eng/test-rebuild.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ try {
7373
# The assemblies are not marked with ReferenceAssemblyAttribute attribute.
7474
" --exclude net8.0\GeneratedRefAssemblies\Microsoft.CodeAnalysis.dll" +
7575
" --exclude net8.0\GeneratedRefAssemblies\Microsoft.CodeAnalysis.CSharp.dll" +
76+
" --exclude net8.0\GeneratedRefAssemblies\System.Collections.Immutable.dll" +
7677

7778
" --debugPath `"$ArtifactsDir/BuildValidator`"" +
7879
" --sourcePath `"$RepoRoot/`"" +

0 commit comments

Comments
 (0)