Skip to content

Commit 5c66924

Browse files
committed
Merging with main
2 parents 597490a + e2f0476 commit 5c66924

File tree

504 files changed

+10342
-7077
lines changed

Some content is hidden

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

504 files changed

+10342
-7077
lines changed

docs/area-owners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
2727
| area-crossgen2-coreclr | @steveisok | @dotnet/crossgen-contrib | |
2828
| area-Debugger-mono | @tommcdon | @thaystg | |
2929
| area-DependencyModel | @ericstj | @dotnet/area-dependencymodel | Included:<ul><li>Microsoft.Extensions.DependencyModel</li></ul> |
30-
| area-Diagnostics-coreclr | @tommcdon | @tommcdon | |
30+
| area-Diagnostics-coreclr | @tommcdon | @tommcdon @dotnet/dotnet-diag | |
3131
| area-Diagnostics-mono | @tommcdon | @tommcdon @mdh1418 @thaystg | |
3232
| area-EnC-mono | @tommcdon | @mikelle-rogers @thaystg | Hot Reload on WebAssembly, Android, iOS, etc . @lambdageek to consult |
3333
| area-ExceptionHandling-coreclr | @mangod9 | @janvorli | |

docs/design/features/standalone-gc-loading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Author: Sean Gillespie (@swgillespie) - 2017
55
This document aims to provide a specification for how a standalone GC is
66
to be loaded and what is to happen in the case of version mismatches.
77

8+
**[Update June 2024] Warning** - The behavior described in this spec for how the CLR interprets environment variables
9+
is out-of-date. See the [public documentation](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#standalone-gc)
10+
if you want up-to-date instructions on how to configure standalone GC.
11+
812
## Definitions
913

1014
Before diving in to the specification, it's useful to precisely define

eng/Version.Details.xml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -79,100 +79,100 @@
7979
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
8080
</Dependency>
8181
<!-- Intermediate is necessary for source build. -->
82-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24270.1">
82+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24278.2">
8383
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
84-
<Sha>0df72d85186994facaefcb4eb832b8c8a8e5ae3d</Sha>
84+
<Sha>87ebd07371adfe1d8140889c33da692eb2134f1a</Sha>
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.24278.2">
88+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24303.2">
8989
<Uri>https://github.com/dotnet/source-build-externals</Uri>
90-
<Sha>f1b44a365df0b8dbc38403ee8696adc25fbdd76a</Sha>
90+
<Sha>7db00527ef8fbbe61f67e9295beebddf187efff8</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.24274.1">
95+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24281.1">
9696
<Uri>https://github.com/dotnet/arcade</Uri>
97-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
97+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
9898
</Dependency>
9999
<!-- Intermediate is necessary for source build. -->
100-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24274.1">
100+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24281.1">
101101
<Uri>https://github.com/dotnet/arcade</Uri>
102-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
102+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
103103
<SourceBuild RepoName="arcade" ManagedOnly="true" />
104104
</Dependency>
105-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24274.1">
105+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24281.1">
106106
<Uri>https://github.com/dotnet/arcade</Uri>
107-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
107+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
108108
</Dependency>
109-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24274.1">
109+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24281.1">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
111+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24274.1">
113+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24281.1">
114114
<Uri>https://github.com/dotnet/arcade</Uri>
115-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
115+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
116116
</Dependency>
117-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24274.1">
117+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24281.1">
118118
<Uri>https://github.com/dotnet/arcade</Uri>
119-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
119+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.6.7-beta.24274.1">
121+
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.6.7-beta.24281.1">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
123+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
124124
</Dependency>
125-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24274.1">
125+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24281.1">
126126
<Uri>https://github.com/dotnet/arcade</Uri>
127-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
127+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
128128
</Dependency>
129-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.6.7-beta.24274.1">
129+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.6.7-beta.24281.1">
130130
<Uri>https://github.com/dotnet/arcade</Uri>
131-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
131+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
132132
</Dependency>
133-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24274.1">
133+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24281.1">
134134
<Uri>https://github.com/dotnet/arcade</Uri>
135-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
135+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
136136
</Dependency>
137-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24274.1">
137+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.24281.1">
138138
<Uri>https://github.com/dotnet/arcade</Uri>
139-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
139+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
140140
</Dependency>
141-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24274.1">
141+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24281.1">
142142
<Uri>https://github.com/dotnet/arcade</Uri>
143-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
143+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
144144
</Dependency>
145-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24274.1">
145+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24281.1">
146146
<Uri>https://github.com/dotnet/arcade</Uri>
147-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
147+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
148148
</Dependency>
149-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.24274.1">
149+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.24281.1">
150150
<Uri>https://github.com/dotnet/arcade</Uri>
151-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
151+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24274.1">
153+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24281.1">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
155+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
156156
</Dependency>
157-
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="9.0.0-beta.24274.1">
157+
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="9.0.0-beta.24281.1">
158158
<Uri>https://github.com/dotnet/arcade</Uri>
159-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
159+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
160160
</Dependency>
161-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24274.1">
161+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.24281.1">
162162
<Uri>https://github.com/dotnet/arcade</Uri>
163-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
163+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
164164
</Dependency>
165-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24274.1">
165+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24281.1">
166166
<Uri>https://github.com/dotnet/arcade</Uri>
167-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
167+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
168168
</Dependency>
169-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24274.1">
169+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24281.1">
170170
<Uri>https://github.com/dotnet/arcade</Uri>
171-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
171+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</Sha>
172172
</Dependency>
173-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24274.1">
173+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24281.1">
174174
<Uri>https://github.com/dotnet/arcade</Uri>
175-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
175+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</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.24274.1">
335+
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="9.0.0-beta.24281.1">
336336
<Uri>https://github.com/dotnet/arcade</Uri>
337-
<Sha>91fdecfe881902a109205279e023037692db4c11</Sha>
337+
<Sha>e6b3f32f9855dccbe2447471c8f729b66f17d242</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-3.24280.10">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24301.1">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>f1642d72d7faed12f92031e71f3459f003908abe</Sha>
365+
<Sha>37b70f27ecf6578ad0b74d04406036b03ab90c8f</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24280.10">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24301.1">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>f1642d72d7faed12f92031e71f3459f003908abe</Sha>
369+
<Sha>37b70f27ecf6578ad0b74d04406036b03ab90c8f</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24280.10">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24301.1">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>f1642d72d7faed12f92031e71f3459f003908abe</Sha>
373+
<Sha>37b70f27ecf6578ad0b74d04406036b03ab90c8f</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-3.24280.10">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-3.24301.1">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>f1642d72d7faed12f92031e71f3459f003908abe</Sha>
386+
<Sha>37b70f27ecf6578ad0b74d04406036b03ab90c8f</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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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-3.24280.10</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.11.0-3.24280.10</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24280.10</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24301.1</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.11.0-3.24301.1</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24301.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.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>
86+
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksFeedVersion>
87+
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.24281.1</MicrosoftDotNetCodeAnalysisVersion>
88+
<MicrosoftDotNetGenAPIVersion>9.0.0-beta.24281.1</MicrosoftDotNetGenAPIVersion>
89+
<MicrosoftDotNetGenFacadesVersion>9.0.0-beta.24281.1</MicrosoftDotNetGenFacadesVersion>
90+
<MicrosoftDotNetXUnitAssertVersion>2.6.7-beta.24281.1</MicrosoftDotNetXUnitAssertVersion>
91+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24281.1</MicrosoftDotNetXUnitExtensionsVersion>
92+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.6.7-beta.24281.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
93+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksArchivesVersion>
94+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksInstallersVersion>
95+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksPackagingVersion>
96+
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
97+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksTemplatingVersion>
98+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.24281.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
99+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.24281.1</MicrosoftDotNetRemoteExecutorVersion>
100+
<MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24281.1</MicrosoftDotNetVersionToolsTasksVersion>
101+
<MicrosoftDotNetPackageTestingVersion>9.0.0-beta.24281.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 -->

0 commit comments

Comments
 (0)