Skip to content

Commit 38fb14e

Browse files
authored
Merge branch 'release/9.0.3xx' into darc-release/9.0.3xx-70b81f48-442b-4665-af2f-d2e978e6ad26
2 parents 3646f81 + 249f1e6 commit 38fb14e

File tree

12 files changed

+108
-89
lines changed

12 files changed

+108
-89
lines changed

.vsts-ci.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,20 @@ extends:
6767
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
6868
parameters:
6969
containers:
70-
alpine319WithNode:
71-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
72-
cblMariner20Fpm:
73-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
70+
alpine322:
71+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
72+
azureLinux30:
73+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-build-amd64
74+
azureLinux30fpm:
75+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64
7476
centosStream9:
7577
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
7678
debian12Amd64:
7779
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64
78-
fedora39:
79-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
80-
mariner20CrossArm:
81-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm
80+
fedora41:
81+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41
82+
azureLinux30CrossArm:
83+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-arm-alpine
8284
ubuntu2204DebPkg:
8385
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
8486
sdl:
@@ -211,14 +213,14 @@ extends:
211213
osProperties: $(linuxOsPortableProperties) /p:BuildSdkDeb=true
212214
runTests: false
213215
- categoryName: Portable
214-
container: cblMariner20Fpm
216+
container: azureLinux30fpm
215217
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
216218
publishArgument: $(_publishArgument) /p:PublishBinariesAndBadge=false
217219
officialBuildProperties: $(_officialBuildProperties)
218220
osProperties: $(linuxOsPortableProperties) /p:IsRPMBasedDistro=true
219221
runTests: false
220222
- categoryName: Portable
221-
container: cblMariner20Fpm
223+
container: azureLinux30fpm
222224
buildArchitecture: arm64
223225
runtimeIdentifier: linux-arm64
224226
# Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.
@@ -228,7 +230,7 @@ extends:
228230
runTests: false
229231
### MUSL ###
230232
- categoryName: Musl
231-
container: alpine319WithNode
233+
container: alpine322
232234
runtimeIdentifier: linux-musl-x64
233235
publishArgument: $(_publishArgument)
234236
officialBuildProperties: $(_officialBuildProperties)
@@ -238,7 +240,7 @@ extends:
238240
enableSbom: false
239241
runTests: false
240242
- categoryName: Musl
241-
container: mariner20CrossArm
243+
container: azureLinux30CrossArm
242244
buildArchitecture: arm
243245
runtimeIdentifier: linux-musl-arm
244246
publishArgument: $(_publishArgument)

.vsts-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ variables:
2222

2323
resources:
2424
containers:
25-
- container: alpine319WithNode
26-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
25+
- container: alpine322
26+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
2727
- container: centosStream9
2828
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
2929
- container: debian12Amd64
3030
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64
31-
- container: fedora39
32-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
31+
- container: fedora41
32+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41
3333
- container: ubuntu2204DebPkg
3434
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
3535

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Begin: Package sources from dotnet-emsdk -->
2929
<!-- End: Package sources from dotnet-emsdk -->
3030
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
31-
<add key="darc-pub-DotNet-msbuild-Trusted-8929ca9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-8929ca9e/nuget/v3/index.json" />
31+
<add key="darc-pub-DotNet-msbuild-Trusted-c9a5370" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-c9a53703/nuget/v3/index.json" />
3232
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3333
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3434
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
<Sha>0bcc3e67026ea44a16fb018a50e4e134c06ab3d6</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.14.21">
72+
<Dependency Name="Microsoft.Build" Version="17.14.27">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>8929ca9e34d7643e05f10739daf87fe70ae42ae7</Sha>
74+
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.21-servicing-25411-08">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.27-servicing-25458-02">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>8929ca9e34d7643e05f10739daf87fe70ae42ae7</Sha>
78+
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.21-servicing-25411-08">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.27-servicing-25458-02">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>8929ca9e34d7643e05f10739daf87fe70ae42ae7</Sha>
83+
<Sha>c9a53703f91b363f770f8334b5671848b6427043</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.303-beta.25361.1">
@@ -93,43 +93,43 @@
9393
<Sha>14987c804f33917bf15f4c25e0cd16ecd01807f4</Sha>
9494
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
9595
</Dependency>
96-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25413.5">
96+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25429.5">
9797
<Uri>https://github.com/dotnet/roslyn</Uri>
98-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
98+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
9999
</Dependency>
100100
<!-- Intermediate is necessary for source build. -->
101-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25413.5">
101+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25429.5">
102102
<Uri>https://github.com/dotnet/roslyn</Uri>
103-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
103+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
104104
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
105105
</Dependency>
106-
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.14.0-3.25413.5">
106+
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.14.0-3.25429.5">
107107
<Uri>https://github.com/dotnet/roslyn</Uri>
108-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
108+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-3.25413.5">
110+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-3.25429.5">
111111
<Uri>https://github.com/dotnet/roslyn</Uri>
112-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
112+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25413.5">
114+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-3.25429.5">
115115
<Uri>https://github.com/dotnet/roslyn</Uri>
116-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
116+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.14.0-3.25413.5">
118+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.14.0-3.25429.5">
119119
<Uri>https://github.com/dotnet/roslyn</Uri>
120-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
120+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25413.5">
122+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0-3.25429.5">
123123
<Uri>https://github.com/dotnet/roslyn</Uri>
124-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
124+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
125125
</Dependency>
126-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25413.5">
126+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0-3.25429.5">
127127
<Uri>https://github.com/dotnet/roslyn</Uri>
128-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
128+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
129129
</Dependency>
130-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25413.5">
130+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0-3.25429.5">
131131
<Uri>https://github.com/dotnet/roslyn</Uri>
132-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
132+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
133133
</Dependency>
134134
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="9.0.8-servicing.25368.8">
135135
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
@@ -208,22 +208,22 @@
208208
<Uri>https://github.com/nuget/nuget.client</Uri>
209209
<Sha>0da03caba83448ee887f0f1846dd05e1f1705d45</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.1-release-25411-02">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.1-release-25428-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
213+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.1-release-25411-02">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.1-release-25428-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
217+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.1-release-25411-02">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.1-release-25428-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
221+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.1-release-25411-02">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.1-release-25428-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
226+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.8">
@@ -378,9 +378,9 @@
378378
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
379379
<Sha>433fa3e4a54010fcac6e8843460e29d33ba07eb7</Sha>
380380
</Dependency>
381-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25413.5">
381+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25429.5">
382382
<Uri>https://github.com/dotnet/roslyn</Uri>
383-
<Sha>b828a8df198e360ec03e3f1fb9f6d149eb563ddc</Sha>
383+
<Sha>abf2d47471ab515fb98601c40dfa5d4869f0e25b</Sha>
384384
</Dependency>
385385
<!-- Intermediate is necessary for source build. -->
386386
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="9.0.0-preview.25329.4">
@@ -555,34 +555,34 @@
555555
</Dependency>
556556
</ProductDependencies>
557557
<ToolsetDependencies>
558-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25415.3">
558+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25428.3">
559559
<Uri>https://github.com/dotnet/arcade</Uri>
560-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
560+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
561561
</Dependency>
562-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25415.3">
562+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25428.3">
563563
<Uri>https://github.com/dotnet/arcade</Uri>
564-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
564+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
565565
</Dependency>
566-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25415.3">
566+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25428.3">
567567
<Uri>https://github.com/dotnet/arcade</Uri>
568-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
568+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
569569
</Dependency>
570-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25415.3">
570+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25428.3">
571571
<Uri>https://github.com/dotnet/arcade</Uri>
572-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
572+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
573573
</Dependency>
574-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25415.3">
574+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25428.3">
575575
<Uri>https://github.com/dotnet/arcade</Uri>
576-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
576+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
577577
</Dependency>
578-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25415.3">
578+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25428.3">
579579
<Uri>https://github.com/dotnet/arcade</Uri>
580-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
580+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
581581
</Dependency>
582582
<!-- Intermediate is necessary for source build. -->
583-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25415.3">
583+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25428.3">
584584
<Uri>https://github.com/dotnet/arcade</Uri>
585-
<Sha>d87d66c43d0660e5c8e84e667c5c8a8140bce888</Sha>
585+
<Sha>5fe939db0a156be6f10e17c105b1842c0c8c8bdc</Sha>
586586
<SourceBuild RepoName="arcade" ManagedOnly="true" />
587587
</Dependency>
588588
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.8">

eng/Versions.props

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@
154154
</PropertyGroup>
155155
<PropertyGroup>
156156
<!-- Dependencies from https://github.com/Microsoft/vstest -->
157-
<MicrosoftNETTestSdkPackageVersion>17.14.1-release-25411-02</MicrosoftNETTestSdkPackageVersion>
158-
<MicrosoftTestPlatformCLIPackageVersion>17.14.1-release-25411-02</MicrosoftTestPlatformCLIPackageVersion>
159-
<MicrosoftTestPlatformBuildPackageVersion>17.14.1-release-25411-02</MicrosoftTestPlatformBuildPackageVersion>
157+
<MicrosoftNETTestSdkPackageVersion>17.14.1-release-25428-01</MicrosoftNETTestSdkPackageVersion>
158+
<MicrosoftTestPlatformCLIPackageVersion>17.14.1-release-25428-01</MicrosoftTestPlatformCLIPackageVersion>
159+
<MicrosoftTestPlatformBuildPackageVersion>17.14.1-release-25428-01</MicrosoftTestPlatformBuildPackageVersion>
160160
</PropertyGroup>
161161
<PropertyGroup>
162162
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
163163
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25329.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
164-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25413.5</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
164+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25429.5</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
165165
</PropertyGroup>
166166
<PropertyGroup>
167167
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
@@ -182,8 +182,8 @@
182182
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185-
<MicrosoftBuildVersion>17.14.21</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.21-servicing-25411-08</MicrosoftBuildLocalizationVersion>
185+
<MicrosoftBuildVersion>17.14.27</MicrosoftBuildVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.27-servicing-25458-02</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>
@@ -206,14 +206,14 @@
206206
</PropertyGroup>
207207
<PropertyGroup>
208208
<!-- Dependencies from https://github.com/dotnet/roslyn -->
209-
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25413.5</MicrosoftNetCompilersToolsetVersion>
210-
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.14.0-3.25413.5</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
211-
<MicrosoftCodeAnalysisPackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisPackageVersion>
212-
<MicrosoftCodeAnalysisCSharpPackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisCSharpPackageVersion>
213-
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
214-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
215-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
216-
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.14.0-3.25413.5</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
209+
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25429.5</MicrosoftNetCompilersToolsetVersion>
210+
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.14.0-3.25429.5</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
211+
<MicrosoftCodeAnalysisPackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisPackageVersion>
212+
<MicrosoftCodeAnalysisCSharpPackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisCSharpPackageVersion>
213+
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
214+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
215+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
216+
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.14.0-3.25429.5</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
217217
</PropertyGroup>
218218
<PropertyGroup>
219219
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
@@ -272,10 +272,10 @@
272272
</PropertyGroup>
273273
<PropertyGroup>
274274
<!-- Dependencies from https://github.com/dotnet/arcade -->
275-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25415.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
276-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25415.3</MicrosoftDotNetSignToolVersion>
277-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25415.3</MicrosoftDotNetXliffTasksVersion>
278-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25415.3</MicrosoftDotNetXUnitExtensionsVersion>
275+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25428.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
276+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25428.3</MicrosoftDotNetSignToolVersion>
277+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25428.3</MicrosoftDotNetXliffTasksVersion>
278+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25428.3</MicrosoftDotNetXUnitExtensionsVersion>
279279
</PropertyGroup>
280280
<PropertyGroup>
281281
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

0 commit comments

Comments
 (0)