Skip to content

Commit 20e0014

Browse files
Merge branch 'dotnet:main' into main
2 parents c357aa7 + 49c10ed commit 20e0014

File tree

162 files changed

+4287
-1032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+4287
-1032
lines changed

docs/project/list-of-diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The diagnostic id values reserved for .NET Libraries analyzer warnings are `SYSL
145145
| __`SYSLIB1024`__ | Argument is using the unsupported out parameter modifier |
146146
| __`SYSLIB1025`__ | Multiple logging methods cannot use the same event name within a class |
147147
| __`SYSLIB1026`__ | C# language version not supported by the logging source generator. |
148-
| __`SYSLIB1027`__ | _`SYSLIB1001`-`SYSLIB1029` reserved for logging._ |
148+
| __`SYSLIB1027`__ | Primary constructor parameter of type Microsoft.Extensions.Logging.ILogger is hidden by a field |
149149
| __`SYSLIB1028`__ | _`SYSLIB1001`-`SYSLIB1029` reserved for logging._ |
150150
| __`SYSLIB1029`__ | _`SYSLIB1001`-`SYSLIB1029` reserved for logging._ |
151151
| __`SYSLIB1030`__ | JsonSourceGenerator did not generate serialization metadata for type |

docs/tools/illink/custom-steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The IL trimmer behaviour can be altered not only using existing options but also by
44
adding custom steps to the processing pipeline. This advanced technique is not necessary
55
for most scenarious but can be used by additional framework or SDKs which need very
6-
custom behaviour or have other special needs for the processing.
6+
custom behaviour or have other special requirements for the processing.
77

88
## Building
99

eng/Version.Details.xml

+52-52
Original file line numberDiff line numberDiff line change
@@ -85,94 +85,94 @@
8585
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
8686
</Dependency>
8787
<!-- Intermediate is necessary for source build. -->
88-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24263.2">
88+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24278.2">
8989
<Uri>https://github.com/dotnet/source-build-externals</Uri>
90-
<Sha>59204e5b14e6e197b3c942f992f6e3ec9196e50b</Sha>
90+
<Sha>f1b44a365df0b8dbc38403ee8696adc25fbdd76a</Sha>
9191
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
9292
</Dependency>
9393
</ProductDependencies>
9494
<ToolsetDependencies>
95-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24272.5">
95+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24274.1">
9696
<Uri>https://github.com/dotnet/arcade</Uri>
97-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
97+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
9898
</Dependency>
9999
<!-- Intermediate is necessary for source build. -->
100-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24272.5">
100+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24274.1">
101101
<Uri>https://github.com/dotnet/arcade</Uri>
102-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
102+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
103103
<SourceBuild RepoName="arcade" ManagedOnly="true" />
104104
</Dependency>
105-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24272.5">
105+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24274.1">
106106
<Uri>https://github.com/dotnet/arcade</Uri>
107-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
107+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
108108
</Dependency>
109-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24272.5">
109+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24274.1">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
111+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24272.5">
113+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24274.1">
114114
<Uri>https://github.com/dotnet/arcade</Uri>
115-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
115+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
116116
</Dependency>
117-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24272.5">
117+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24274.1">
118118
<Uri>https://github.com/dotnet/arcade</Uri>
119-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
119+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.6.7-beta.24272.5">
121+
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.6.7-beta.24274.1">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
123+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
124124
</Dependency>
125-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24272.5">
125+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24274.1">
126126
<Uri>https://github.com/dotnet/arcade</Uri>
127-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
127+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
128128
</Dependency>
129-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.6.7-beta.24272.5">
129+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.6.7-beta.24274.1">
130130
<Uri>https://github.com/dotnet/arcade</Uri>
131-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
131+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
132132
</Dependency>
133-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24272.5">
133+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24274.1">
134134
<Uri>https://github.com/dotnet/arcade</Uri>
135-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
135+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
136136
</Dependency>
137-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24272.5">
137+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24274.1">
138138
<Uri>https://github.com/dotnet/arcade</Uri>
139-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
139+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
140140
</Dependency>
141-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24272.5">
141+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24274.1">
142142
<Uri>https://github.com/dotnet/arcade</Uri>
143-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
143+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
144144
</Dependency>
145-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24272.5">
145+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24274.1">
146146
<Uri>https://github.com/dotnet/arcade</Uri>
147-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
147+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
148148
</Dependency>
149-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.24272.5">
149+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.24274.1">
150150
<Uri>https://github.com/dotnet/arcade</Uri>
151-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
151+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24272.5">
153+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24274.1">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
155+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
156156
</Dependency>
157-
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="9.0.0-beta.24272.5">
157+
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="9.0.0-beta.24274.1">
158158
<Uri>https://github.com/dotnet/arcade</Uri>
159-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
159+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
160160
</Dependency>
161-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24272.5">
161+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24274.1">
162162
<Uri>https://github.com/dotnet/arcade</Uri>
163-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
163+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
164164
</Dependency>
165-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24272.5">
165+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24274.1">
166166
<Uri>https://github.com/dotnet/arcade</Uri>
167-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
167+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
168168
</Dependency>
169-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24272.5">
169+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24274.1">
170170
<Uri>https://github.com/dotnet/arcade</Uri>
171-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
171+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
172172
</Dependency>
173-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24272.5">
173+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24274.1">
174174
<Uri>https://github.com/dotnet/arcade</Uri>
175-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
175+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
176176
</Dependency>
177177
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="9.0.0-beta.24271.1">
178178
<Uri>https://github.com/dotnet/runtime-assets</Uri>
@@ -332,9 +332,9 @@
332332
<Uri>https://github.com/dotnet/xharness</Uri>
333333
<Sha>8478d1a9a531e6b1cd26fb8c86400e2efbb8f2f3</Sha>
334334
</Dependency>
335-
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="9.0.0-beta.24272.5">
335+
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="9.0.0-beta.24274.1">
336336
<Uri>https://github.com/dotnet/arcade</Uri>
337-
<Sha>2001d73c8ff942331a73300ba61fa6164805b231</Sha>
337+
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
338338
</Dependency>
339339
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.24223.3">
340340
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
@@ -360,17 +360,17 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>c185f58a7f75bd824a3cd820634cddf27e791d91</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24274.2">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24279.1">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>2e1435d1aadd8ddb90a171e207e3cb2ae67253f2</Sha>
365+
<Sha>9d15715d2c3c55d9381178a5c13981c2a05da52c</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24274.2">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24279.1">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>2e1435d1aadd8ddb90a171e207e3cb2ae67253f2</Sha>
369+
<Sha>9d15715d2c3c55d9381178a5c13981c2a05da52c</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24274.2">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24279.1">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>2e1435d1aadd8ddb90a171e207e3cb2ae67253f2</Sha>
373+
<Sha>9d15715d2c3c55d9381178a5c13981c2a05da52c</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24274.2">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-3.24279.1">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>2e1435d1aadd8ddb90a171e207e3cb2ae67253f2</Sha>
386+
<Sha>9d15715d2c3c55d9381178a5c13981c2a05da52c</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24272.19">

eng/Versions.props

+21-21
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersionNet7>7.0.19</PackageVersionNet7>
1212
<PackageVersionNet6>6.0.$([MSBuild]::Add($([System.Version]::Parse('$(PackageVersionNet8)').Build),25))</PackageVersionNet6>
1313
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
14-
<PreReleaseVersionIteration>5</PreReleaseVersionIteration>
14+
<PreReleaseVersionIteration>6</PreReleaseVersionIteration>
1515
<!-- Enable to remove prerelease label. -->
1616
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1717
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
@@ -42,9 +42,9 @@
4242
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4343
they do not break the local dev experience.
4444
-->
45-
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-2.24274.2</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.11.0-2.24274.2</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.11.0-2.24274.2</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24279.1</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.11.0-3.24279.1</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24279.1</MicrosoftNetCompilersToolsetVersion>
4848
</PropertyGroup>
4949
<!--
5050
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
@@ -83,22 +83,22 @@
8383
<!-- SDK dependencies (also used in wasm build tests -->
8484
<MicrosoftDotNetApiCompatTaskVersion>9.0.100-preview.5.24272.19</MicrosoftDotNetApiCompatTaskVersion>
8585
<!-- Arcade dependencies -->
86-
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksFeedVersion>
87-
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24272.5</MicrosoftDotNetCodeAnalysisVersion>
88-
<MicrosoftDotNetGenAPIVersion>9.0.0-beta.24272.5</MicrosoftDotNetGenAPIVersion>
89-
<MicrosoftDotNetGenFacadesVersion>9.0.0-beta.24272.5</MicrosoftDotNetGenFacadesVersion>
90-
<MicrosoftDotNetXUnitAssertVersion>2.6.7-beta.24272.5</MicrosoftDotNetXUnitAssertVersion>
91-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24272.5</MicrosoftDotNetXUnitExtensionsVersion>
92-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.6.7-beta.24272.5</MicrosoftDotNetXUnitConsoleRunnerVersion>
93-
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksArchivesVersion>
94-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksInstallersVersion>
95-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksPackagingVersion>
96-
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
97-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksTemplatingVersion>
98-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.24272.5</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
99-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24272.5</MicrosoftDotNetRemoteExecutorVersion>
100-
<MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24272.5</MicrosoftDotNetVersionToolsTasksVersion>
101-
<MicrosoftDotNetPackageTestingVersion>9.0.0-beta.24272.5</MicrosoftDotNetPackageTestingVersion>
86+
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksFeedVersion>
87+
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24274.1</MicrosoftDotNetCodeAnalysisVersion>
88+
<MicrosoftDotNetGenAPIVersion>9.0.0-beta.24274.1</MicrosoftDotNetGenAPIVersion>
89+
<MicrosoftDotNetGenFacadesVersion>9.0.0-beta.24274.1</MicrosoftDotNetGenFacadesVersion>
90+
<MicrosoftDotNetXUnitAssertVersion>2.6.7-beta.24274.1</MicrosoftDotNetXUnitAssertVersion>
91+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24274.1</MicrosoftDotNetXUnitExtensionsVersion>
92+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.6.7-beta.24274.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
93+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksArchivesVersion>
94+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksInstallersVersion>
95+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksPackagingVersion>
96+
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
97+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksTemplatingVersion>
98+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.24274.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
99+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24274.1</MicrosoftDotNetRemoteExecutorVersion>
100+
<MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24274.1</MicrosoftDotNetVersionToolsTasksVersion>
101+
<MicrosoftDotNetPackageTestingVersion>9.0.0-beta.24274.1</MicrosoftDotNetPackageTestingVersion>
102102
<!-- TODO: Remove pinned xunit.analyzers version: https://github.com/dotnet/runtime/issues/97088 -->
103103
<XUnitAnalyzersVersion>1.4.0</XUnitAnalyzersVersion>
104104
<!-- NuGet dependencies -->
@@ -161,7 +161,7 @@
161161
<optimizationPGOCoreCLRVersion>1.0.0-prerelease.24223.3</optimizationPGOCoreCLRVersion>
162162
<!-- Not auto-updated. -->
163163
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion>
164-
<MicrosoftDiaSymReaderNativeVersion>17.8.0-beta1.23475.2</MicrosoftDiaSymReaderNativeVersion>
164+
<MicrosoftDiaSymReaderNativeVersion>17.10.0-beta1.24272.1</MicrosoftDiaSymReaderNativeVersion>
165165
<SystemCommandLineVersion>2.0.0-beta4.23407.1</SystemCommandLineVersion>
166166
<TraceEventVersion>3.1.7</TraceEventVersion>
167167
<NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>

0 commit comments

Comments
 (0)