Skip to content

Commit 8cc66d4

Browse files
authored
[main] Update dependencies from dotnet/sdk (#15228)
2 parents 9870405 + 19e80ae commit 8cc66d4

File tree

6 files changed

+99
-92
lines changed

6 files changed

+99
-92
lines changed

.vsts-ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,15 +369,18 @@ stages:
369369
parameters:
370370
vmrBranch: ${{ parameters.vmrBranch }}
371371

372+
# TODO: Disable source-build builds in PR validation until source-build is more sustainable
373+
# Tracking issue: https://github.com/dotnet/source-build/issues/3214
374+
#
372375
# In case the VMR Build stage needs to be temporarily disabled, please make sure that
373376
# the VMR synchronization step is run to validate that the PR can be merged and later
374377
# synchronized into the VMR without problems.
375378
# You can do this by allowing the Synchronize_VMR stage from above in PRs.
376-
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
377-
- template: eng/pipelines/templates/stages/vmr-build.yml
378-
parameters:
379-
vmrBranch: ${{ parameters.vmrBranch }}
380-
isBuiltFromVmr: false
379+
# - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
380+
# - template: eng/pipelines/templates/stages/vmr-build.yml
381+
# parameters:
382+
# vmrBranch: ${{ parameters.vmrBranch }}
383+
# isBuiltFromVmr: false
381384

382385
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
383386
- stage: Publish

eng/Version.Details.xml

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="8.0.0-alpha.1.23057.1" CoherentParentDependency="Microsoft.NET.Sdk">
4+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="8.0.0-alpha.1.23064.1" CoherentParentDependency="Microsoft.NET.Sdk">
55
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
6-
<Sha>db5fe27134fa1d9a60794d00831ba3449db1e800</Sha>
6+
<Sha>442b754813fbe55e1f2a55969da4ca1d42a651da</Sha>
77
</Dependency>
8-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23057.1" CoherentParentDependency="Microsoft.NET.Sdk">
8+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23064.1" CoherentParentDependency="Microsoft.NET.Sdk">
99
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
10-
<Sha>db5fe27134fa1d9a60794d00831ba3449db1e800</Sha>
10+
<Sha>442b754813fbe55e1f2a55969da4ca1d42a651da</Sha>
1111
</Dependency>
12-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0" Version="8.0.0-alpha.1.23057.1" CoherentParentDependency="Microsoft.NET.Sdk">
12+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0" Version="8.0.0-alpha.1.23064.1" CoherentParentDependency="Microsoft.NET.Sdk">
1313
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
14-
<Sha>db5fe27134fa1d9a60794d00831ba3449db1e800</Sha>
14+
<Sha>442b754813fbe55e1f2a55969da4ca1d42a651da</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="8.0.0-alpha.1.23057.1" CoherentParentDependency="Microsoft.NET.Sdk">
16+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="8.0.0-alpha.1.23064.1" CoherentParentDependency="Microsoft.NET.Sdk">
1717
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
18-
<Sha>db5fe27134fa1d9a60794d00831ba3449db1e800</Sha>
18+
<Sha>442b754813fbe55e1f2a55969da4ca1d42a651da</Sha>
1919
</Dependency>
20-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
20+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
2121
<Uri>https://github.com/dotnet/runtime</Uri>
22-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
22+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
24+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
2525
<Uri>https://github.com/dotnet/runtime</Uri>
26-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
26+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
2727
</Dependency>
28-
<Dependency Name="VS.Redist.Common.NetCore.TargetingPack.x64.8.0" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
28+
<Dependency Name="VS.Redist.Common.NetCore.TargetingPack.x64.8.0" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
2929
<Uri>https://github.com/dotnet/runtime</Uri>
30-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
30+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
32+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
3333
<Uri>https://github.com/dotnet/runtime</Uri>
34-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
34+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
3535
<SourceBuildTarball RepoName="runtime" ManagedOnly="true" />
3636
</Dependency>
37-
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
37+
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
3838
<Uri>https://github.com/dotnet/runtime</Uri>
39-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
39+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
41+
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
4242
<Uri>https://github.com/dotnet/runtime</Uri>
43-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
43+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
4444
</Dependency>
4545
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
4646
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
4747
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0" Pinned="true">
4848
<Uri>https://github.com/dotnet/core-setup</Uri>
4949
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
5050
</Dependency>
51-
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.0-alpha.1.23058.2" CoherentParentDependency="Microsoft.NET.Sdk">
51+
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.0-alpha.1.23065.5" CoherentParentDependency="Microsoft.NET.Sdk">
5252
<Uri>https://github.com/dotnet/runtime</Uri>
53-
<Sha>5da4a9e919dcee35f831ab69b6e475baaf798875</Sha>
53+
<Sha>2908445dae75580421a3585a45ba3d570bd75cd3</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
55+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
5656
<Uri>https://github.com/dotnet/aspnetcore</Uri>
57-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
57+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
5858
</Dependency>
59-
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
59+
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
6060
<Uri>https://github.com/dotnet/aspnetcore</Uri>
61-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
61+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
63+
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
6464
<Uri>https://github.com/dotnet/aspnetcore</Uri>
65-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
65+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
6666
<SourceBuildTarball RepoName="aspnetcore" ManagedOnly="true" />
6767
</Dependency>
68-
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
68+
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
6969
<Uri>https://github.com/dotnet/aspnetcore</Uri>
70-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
70+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
7171
</Dependency>
72-
<Dependency Name="dotnet-dev-certs" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
72+
<Dependency Name="dotnet-dev-certs" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
7373
<Uri>https://github.com/dotnet/aspnetcore</Uri>
74-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
74+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
7575
</Dependency>
76-
<Dependency Name="dotnet-user-jwts" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
76+
<Dependency Name="dotnet-user-jwts" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
7777
<Uri>https://github.com/dotnet/aspnetcore</Uri>
78-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
78+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
7979
</Dependency>
80-
<Dependency Name="dotnet-user-secrets" Version="8.0.0-alpha.1.23058.7" CoherentParentDependency="Microsoft.NET.Sdk">
80+
<Dependency Name="dotnet-user-secrets" Version="8.0.0-alpha.1.23066.6" CoherentParentDependency="Microsoft.NET.Sdk">
8181
<Uri>https://github.com/dotnet/aspnetcore</Uri>
82-
<Sha>cefc6ccf4b23ac9f07418cd10e374cf533276eee</Sha>
82+
<Sha>6f1752a798a9460b8a039750e30b827578528c90</Sha>
8383
</Dependency>
8484
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
8585
<Uri>https://github.com/dotnet/test-templates</Uri>
@@ -102,60 +102,60 @@
102102
<Uri>https://github.com/dotnet/test-templates</Uri>
103103
<Sha>bb3695688177f5f80eeb3c0498168612e31549d5</Sha>
104104
</Dependency>
105-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-alpha.1.23059.3">
105+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-alpha.1.23067.9">
106106
<Uri>https://github.com/dotnet/sdk</Uri>
107-
<Sha>7a21ca118f165bc921d53f97c7c78517b874942f</Sha>
107+
<Sha>6f513040ff1e3ecf05f3e9c0bfd5e5a342aa16ff</Sha>
108108
</Dependency>
109-
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.23059.3">
109+
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-alpha.1.23067.9">
110110
<Uri>https://github.com/dotnet/sdk</Uri>
111-
<Sha>7a21ca118f165bc921d53f97c7c78517b874942f</Sha>
111+
<Sha>6f513040ff1e3ecf05f3e9c0bfd5e5a342aa16ff</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.23059.3">
113+
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-alpha.1.23067.9">
114114
<Uri>https://github.com/dotnet/sdk</Uri>
115-
<Sha>7a21ca118f165bc921d53f97c7c78517b874942f</Sha>
115+
<Sha>6f513040ff1e3ecf05f3e9c0bfd5e5a342aa16ff</Sha>
116116
<SourceBuild RepoName="sdk" ManagedOnly="true" />
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.23059.3">
118+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-alpha.1.23067.9">
119119
<Uri>https://github.com/dotnet/sdk</Uri>
120-
<Sha>7a21ca118f165bc921d53f97c7c78517b874942f</Sha>
120+
<Sha>6f513040ff1e3ecf05f3e9c0bfd5e5a342aa16ff</Sha>
121121
</Dependency>
122122
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
123-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.0-alpha.1.23055.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
123+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.0-alpha.1.23062.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
124124
<Uri>https://github.com/dotnet/winforms</Uri>
125-
<Sha>5bf0934bd4a59e381fef7b0905f65a14aa1a3400</Sha>
125+
<Sha>df4f6da7f2aed3469994153456246690aed9de94</Sha>
126126
</Dependency>
127-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="8.0.0-alpha.1.23056.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
127+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="8.0.0-alpha.1.23063.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
128128
<Uri>https://github.com/dotnet/wpf</Uri>
129-
<Sha>d3acd59aff00e82c78051a565f114eaab417cdbc</Sha>
129+
<Sha>6eb9ccdb28ba0c26e2253dbd744457abe0c1150b</Sha>
130130
</Dependency>
131-
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.5.0-beta.23056.1" CoherentParentDependency="Microsoft.NET.Sdk">
131+
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.5.0-beta.23062.7" CoherentParentDependency="Microsoft.NET.Sdk">
132132
<Uri>https://github.com/dotnet/fsharp</Uri>
133-
<Sha>8fdf58a63cc05a964a57f66a4ab8924984c13042</Sha>
133+
<Sha>679719f94009d61e28df5c3b5ec87f1448c803e9</Sha>
134134
</Dependency>
135-
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="7.0.1-beta.23056.1" CoherentParentDependency="Microsoft.NET.Sdk">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="7.0.1-beta.23062.7" CoherentParentDependency="Microsoft.NET.Sdk">
136136
<Uri>https://github.com/dotnet/fsharp</Uri>
137-
<Sha>8fdf58a63cc05a964a57f66a4ab8924984c13042</Sha>
137+
<Sha>679719f94009d61e28df5c3b5ec87f1448c803e9</Sha>
138138
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
139139
</Dependency>
140-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.0-preview-20230107-01" CoherentParentDependency="Microsoft.NET.Sdk">
140+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.6.0-preview-20230117-02" CoherentParentDependency="Microsoft.NET.Sdk">
141141
<Uri>https://github.com/microsoft/vstest</Uri>
142-
<Sha>acd1eca1e1b690c2899b518c52ffe1501a8d05dc</Sha>
142+
<Sha>5e9c3debd9d0007c53e7510ac030ea5e8fc483f4</Sha>
143143
<SourceBuildTarball RepoName="vstest" ManagedOnly="true" />
144144
</Dependency>
145-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.100-1.23055.2" CoherentParentDependency="Microsoft.NET.Sdk">
145+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.100-1.23064.1" CoherentParentDependency="Microsoft.NET.Sdk">
146146
<Uri>https://github.com/dotnet/linker</Uri>
147-
<Sha>4b3f78cbc7284b4198652a695e9fe0267133728e</Sha>
147+
<Sha>44520382eda0c82c5a4d3f38d3f59965f3ba90b0</Sha>
148148
<SourceBuild RepoName="linker" ManagedOnly="true" />
149149
<RepoName>linker</RepoName>
150150
</Dependency>
151-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.5.0-3.23056.3" CoherentParentDependency="Microsoft.NET.Sdk">
151+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.5.0-3.23062.15" CoherentParentDependency="Microsoft.NET.Sdk">
152152
<Uri>https://github.com/dotnet/roslyn</Uri>
153-
<Sha>e5390ea70c8cb9dbda25a9fb58abe0fc8eea1521</Sha>
153+
<Sha>7061c64ddbd931d55b9a97f95243fcf91d04d7b1</Sha>
154154
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
155155
</Dependency>
156-
<Dependency Name="Microsoft.Build" Version="17.5.0-preview-23056-01" CoherentParentDependency="Microsoft.NET.Sdk">
156+
<Dependency Name="Microsoft.Build" Version="17.5.0-preview-23067-01" CoherentParentDependency="Microsoft.NET.Sdk">
157157
<Uri>https://github.com/dotnet/msbuild</Uri>
158-
<Sha>d89d4bc91a0c4cf5087c4a0ed2e88b03407eba97</Sha>
158+
<Sha>7711999070e51442c3e527f576159828f01cb3bf</Sha>
159159
<SourceBuildTarball RepoName="msbuild" ManagedOnly="true" />
160160
</Dependency>
161161
<Dependency Name="NuGet.Build.Tasks" Version="6.5.0-preview.3.136" CoherentParentDependency="Microsoft.NET.Sdk">

0 commit comments

Comments
 (0)