Skip to content

Commit 6fa8a93

Browse files
committed
Merge branch 'release/8.0.4xx' of https://github.com/dotnet/installer into merge/release/8.0.1xx-to-release/8.0.4xx
2 parents 8c1509e + 9aa78ed commit 6fa8a93

38 files changed

+588
-1925
lines changed

.azuredevops/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 2
2+
3+
# Disabling dependabot on Azure DevOps as this is a mirrored repo. Updates should go through github.
4+
enable-campaigned-updates: false
5+
enable-security-updates: false

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"microsoft.dotnet.darc": {
6-
"version": "1.1.0-beta.23621.3",
6+
"version": "1.1.0-beta.24306.1",
77
"commands": [
88
"darc"
99
]

.vsts-ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ variables:
3434
value: ''
3535
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
3636
- name: _InternalRuntimeDownloadArgs
37-
value: /p:DotNetRuntimeSourceFeed=http://ci.dot.net/internal
37+
value: /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal
3838
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
3939
/p:dotnetbuilds-internal-container-read-token-base64=$(dotnetbuilds-internal-container-read-token-base64)
40-
- template: /eng/common/templates/variables/pool-providers.yml
40+
- template: /eng/common/templates-official/variables/pool-providers.yml
4141
# Set the MicroBuild plugin installation directory to the agent temp directory to avoid SDL tool scanning.
4242
- name: MicroBuildOutputFolderOverride
4343
value: $(Agent.TempDirectory)
@@ -81,13 +81,6 @@ extends:
8181
name: $(DncEngInternalBuildPool)
8282
image: 1es-windows-2022
8383
os: windows
84-
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
85-
componentgovernance:
86-
ignoreDirectories: artifacts, .packages
87-
# Temporary to workaround MicroBuild issues.
88-
credscan:
89-
enabled: false
90-
justificationForDisabling: 'CredScan is failing on the MicroBuild signing plugin. "MicroBuild/Plugins/nuget.config" has changing content and thus cannot be baselined.'
9184
stages:
9285
- stage: Build
9386
jobs:

.vsts-pr.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Pipeline: https://dev.azure.com/dnceng-public/public/_build?definitionId=20
2+
13
trigger:
24
batch: true
35
branches:
@@ -28,7 +30,7 @@ variables:
2830

2931
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
3032
- name: _InternalRuntimeDownloadArgs
31-
value: /p:DotNetRuntimeSourceFeed=http://ci.dot.net/internal
33+
value: /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal
3234
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
3335
/p:dotnetbuilds-internal-container-read-token-base64=$(dotnetbuilds-internal-container-read-token-base64)
3436

@@ -340,10 +342,6 @@ stages:
340342
linuxPortable: true
341343
runTests: false
342344

343-
- template: /eng/common/templates/jobs/source-build.yml
344-
parameters:
345-
enableInternalSources: true
346-
347345
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
348346
- stage: Publish
349347
dependsOn:

NuGet.config

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
<!-- Begin: Package sources from dotnet-aspnetcore -->
1313
<add key="darc-int-dotnet-aspnetcore-568fff7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-568fff70/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-aspnetcore -->
15+
<!-- Begin: Package sources from dotnet-windowsdesktop -->
16+
<add key="darc-int-dotnet-windowsdesktop-0167058" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-0167058c/nuget/v3/index.json" />
17+
<!-- End: Package sources from dotnet-windowsdesktop -->
1518
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
1619
<add key="darc-pub-DotNet-msbuild-Trusted-2a7a854" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-2a7a854c/nuget/v3/index.json" />
1720
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1821
<!-- Begin: Package sources from dotnet-runtime -->
1922
<add key="darc-int-dotnet-runtime-c96cd11" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c96cd11c/nuget/v3/index.json" />
2023
<!-- End: Package sources from dotnet-runtime -->
2124
<!-- Begin: Package sources from dotnet-sdk -->
22-
<add key="darc-int-dotnet-sdk-423744d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-423744d3/nuget/v3/index.json" />
25+
<add key="darc-int-dotnet-sdk-e6abed5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-e6abed5c/nuget/v3/index.json" />
2326
<!-- End: Package sources from dotnet-sdk -->
24-
<!-- Begin: Package sources from dotnet-windowsdesktop -->
25-
<add key="darc-int-dotnet-windowsdesktop-0167058" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-0167058c/nuget/v3/index.json" />
26-
<!-- End: Package sources from dotnet-windowsdesktop -->
2727
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2828
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
2929
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -37,25 +37,23 @@
3737
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
3838
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
3939
<add key="msbuild-prerelease-with-release-version" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-8ffc3fe3/nuget/v3/index.json" />
40-
<add key="darc-int-dotnet-tools-internal" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json" />
4140
</packageSources>
4241
<disabledPackageSources>
4342
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
44-
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
45-
<!-- End: Package sources from DotNet-msbuild-Trusted -->
4643
<!-- Begin: Package sources from dotnet-aspnetcore -->
4744
<add key="darc-int-dotnet-aspnetcore-568fff7" value="true" />
45+
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
46+
<!-- End: Package sources from DotNet-msbuild-Trusted -->
4847
<!-- End: Package sources from dotnet-aspnetcore -->
4948
<!-- Begin: Package sources from dotnet-runtime -->
5049
<add key="darc-int-dotnet-runtime-c96cd11" value="true" />
50+
<!-- End: Package sources from dotnet-runtime -->
5151
<!-- Begin: Package sources from dotnet-sdk -->
52-
<add key="darc-int-dotnet-sdk-423744d" value="true" />
52+
<add key="darc-int-dotnet-sdk-e6abed5" value="true" />
5353
<!-- End: Package sources from dotnet-sdk -->
5454
<!-- Begin: Package sources from dotnet-windowsdesktop -->
5555
<add key="darc-int-dotnet-windowsdesktop-0167058" value="true" />
5656
<!-- End: Package sources from dotnet-windowsdesktop -->
57-
<!-- End: Package sources from dotnet-runtime -->
5857
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
59-
<add key="darc-int-dotnet-tools-internal" value="true" />
6058
</disabledPackageSources>
6159
</configuration>

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,23 @@
1111
-->
1212
<UsagePattern IdentityGlob="NuGet.*/*" />
1313

14+
<!-- These MSBuild packages are allowed for installer repo build. The live version will be flowed in for the VMR build. -->
15+
<UsagePattern IdentityGlob="Microsoft.Build*/17.11.*" />
16+
<UsagePattern IdentityGlob="Microsoft.NET.StringTools/17.11.*" />
17+
18+
<!-- These emsdk packages are allowed for installer repo build. The live version will be flowed in for the VMR build. -->
19+
<UsagePattern IdentityGlob="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100/8.0.*" />
20+
<UsagePattern IdentityGlob="Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100/8.0.*" />
21+
<UsagePattern IdentityGlob="Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100/8.0.*" />
22+
1423
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
1524
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.0.*" />
16-
25+
26+
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*8.0.0*" />
27+
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*8.0.0*" />
1728
<UsagePattern IdentityGlob="System.Formats.Asn1/*8.0.1*" />
1829
<UsagePattern IdentityGlob="System.Reflection.Metadata/*8.0.0*" />
30+
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*8.0.0*" />
31+
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
1932
</IgnorePatterns>
2033
</UsageData>

eng/Version.Details.xml

Lines changed: 37 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,22 @@
8585
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
8686
<Sha>568fff703254def7dcd35fda9892bf702d4c81d3</Sha>
8787
</Dependency>
88-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.123">
88+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.417">
8989
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
90-
<Sha>423744d3d724004dde31a782ae75768405f751d6</Sha>
90+
<Sha>e6abed5c59bd02aec05a2e0558c10ea67370666e</Sha>
9191
</Dependency>
92-
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.123-servicing.25610.5">
92+
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.417-servicing.25610.6">
9393
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
94-
<Sha>423744d3d724004dde31a782ae75768405f751d6</Sha>
94+
<Sha>e6abed5c59bd02aec05a2e0558c10ea67370666e</Sha>
9595
</Dependency>
96-
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.123-servicing.25610.5">
96+
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.417-servicing.25610.6">
9797
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
98-
<Sha>423744d3d724004dde31a782ae75768405f751d6</Sha>
98+
<Sha>e6abed5c59bd02aec05a2e0558c10ea67370666e</Sha>
9999
<SourceBuild RepoName="sdk" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.123-servicing.25610.5">
101+
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.417-servicing.25610.6">
102102
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
103-
<Sha>423744d3d724004dde31a782ae75768405f751d6</Sha>
103+
<Sha>e6abed5c59bd02aec05a2e0558c10ea67370666e</Sha>
104104
</Dependency>
105105
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
106106
<Uri>https://github.com/dotnet/test-templates</Uri>
@@ -110,18 +110,18 @@
110110
<Uri>https://github.com/dotnet/test-templates</Uri>
111111
<Sha>1e5f3603af2277910aad946736ee23283e7f3e16</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.6.0" Version="1.1.0-rc.23410.2">
113+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.6.0" Version="1.1.0-rc.24059.1">
114114
<Uri>https://github.com/dotnet/test-templates</Uri>
115-
<Sha>1e5f3603af2277910aad946736ee23283e7f3e16</Sha>
115+
<Sha>7d2f2719628e6744f3172a2d48e0d1f600b360c0</Sha>
116116
</Dependency>
117-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.7.0" Version="1.1.0-rc.23410.2">
117+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.7.0" Version="1.1.0-rc.24059.1">
118118
<Uri>https://github.com/dotnet/test-templates</Uri>
119-
<Sha>1e5f3603af2277910aad946736ee23283e7f3e16</Sha>
119+
<Sha>7d2f2719628e6744f3172a2d48e0d1f600b360c0</Sha>
120120
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
121121
</Dependency>
122-
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.8.0" Version="1.1.0-rc.23410.2">
122+
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.8.0" Version="1.1.0-rc.24059.1">
123123
<Uri>https://github.com/dotnet/test-templates</Uri>
124-
<Sha>1e5f3603af2277910aad946736ee23283e7f3e16</Sha>
124+
<Sha>7d2f2719628e6744f3172a2d48e0d1f600b360c0</Sha>
125125
</Dependency>
126126
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
127127
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.23-servicing.25608.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@@ -132,41 +132,36 @@
132132
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
133133
<Sha>b132b33a48ebc857db94785fdd86d671d123911a</Sha>
134134
</Dependency>
135-
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.102-beta.24081.2" CoherentParentDependency="Microsoft.NET.Sdk">
135+
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.403-beta.24526.2" CoherentParentDependency="Microsoft.NET.Sdk">
136136
<Uri>https://github.com/dotnet/fsharp</Uri>
137-
<Sha>fc5e9eda234e2b69aa479f4f83faddc31fdd4da7</Sha>
137+
<Sha>e11d7079bebc6f101c5313fe0d1de9e3d38a7c02</Sha>
138138
</Dependency>
139-
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="8.0.102-beta.24081.2" CoherentParentDependency="Microsoft.NET.Sdk">
139+
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="8.0.403-beta.24526.2" CoherentParentDependency="Microsoft.NET.Sdk">
140140
<Uri>https://github.com/dotnet/fsharp</Uri>
141-
<Sha>fc5e9eda234e2b69aa479f4f83faddc31fdd4da7</Sha>
141+
<Sha>e11d7079bebc6f101c5313fe0d1de9e3d38a7c02</Sha>
142142
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
143143
</Dependency>
144-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.8.0-release-23615-02" CoherentParentDependency="Microsoft.NET.Sdk">
144+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.11.1-release-24455-02" CoherentParentDependency="Microsoft.NET.Sdk">
145145
<Uri>https://github.com/microsoft/vstest</Uri>
146-
<Sha>aa59400b11e1aeee2e8af48928dbd48748a8bef9</Sha>
146+
<Sha>7855c9b221686104532ebf3380f2d45b3613b369</Sha>
147147
<SourceBuild RepoName="vstest" ManagedOnly="true" />
148148
</Dependency>
149149
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.23" CoherentParentDependency="Microsoft.NET.Sdk">
150150
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
151151
<Sha>c96cd11cb2f0c204f272b2280082a329aee24cf7</Sha>
152152
</Dependency>
153-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.25569.25" CoherentParentDependency="Microsoft.NET.Sdk">
153+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.25569.22" CoherentParentDependency="Microsoft.NET.Sdk">
154154
<Uri>https://github.com/dotnet/roslyn</Uri>
155-
<Sha>38896ab4e7cee896fcde8a4e26914a777c794e3b</Sha>
155+
<Sha>3fb752d448006a3144a60ccf181d745e555422f9</Sha>
156156
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
157157
</Dependency>
158-
<Dependency Name="Microsoft.Build" Version="17.8.45" CoherentParentDependency="Microsoft.NET.Sdk">
159-
<Uri>https://github.com/dotnet/msbuild</Uri>
160-
<Sha>2a7a854c1b8dd412669c2c114ff18c9fa412ace7</Sha>
161-
</Dependency>
162-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.45-servicing-25560-07" CoherentParentDependency="Microsoft.NET.Sdk">
163-
<Uri>https://github.com/dotnet/msbuild</Uri>
164-
<Sha>2a7a854c1b8dd412669c2c114ff18c9fa412ace7</Sha>
165-
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
158+
<Dependency Name="Microsoft.Build" Version="17.11.48" CoherentParentDependency="Microsoft.NET.Sdk">
159+
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
160+
<Sha>02bf66295b64ab368d12933041f7281aad186a2d</Sha>
166161
</Dependency>
167-
<Dependency Name="NuGet.Build.Tasks" Version="6.8.1-rc.2" CoherentParentDependency="Microsoft.NET.Sdk">
168-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>
169-
<Sha>550277e0616e549446f03fda35d3e23dff75dc01</Sha>
162+
<Dependency Name="NuGet.Build.Tasks" Version="6.11.1-rc.2" CoherentParentDependency="Microsoft.NET.Sdk">
163+
<Uri>https://github.com/nuget/nuget.client</Uri>
164+
<Sha>5469bd0d9de8108f15f21644759773b85471366c</Sha>
170165
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
171166
</Dependency>
172167
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
@@ -177,16 +172,16 @@
177172
<Uri>https://github.com/dotnet/emsdk</Uri>
178173
<Sha>87f89d77d2eb70ed29b3e0f37cfbf28bfd49c536</Sha>
179174
</Dependency>
180-
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.0.0-preview.1.23557.2">
181-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspire</Uri>
182-
<Sha>48e42f59d64d84b404e904996a9ed61f2a17a569</Sha>
183-
<SourceBuild RepoName="aspire" ManagedOnly="true" />
184-
</Dependency>
185175
<Dependency Name="Microsoft.SourceBuild.Intermediate.emsdk" Version="8.0.23-servicing.25602.41" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
186176
<Uri>https://github.com/dotnet/emsdk</Uri>
187177
<Sha>87f89d77d2eb70ed29b3e0f37cfbf28bfd49c536</Sha>
188178
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
189179
</Dependency>
180+
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.0.0-preview.1.23557.2">
181+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspire</Uri>
182+
<Sha>48e42f59d64d84b404e904996a9ed61f2a17a569</Sha>
183+
<SourceBuild RepoName="aspire" ManagedOnly="true" />
184+
</Dependency>
190185
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-rtm.1.25064.1" CoherentParentDependency="Microsoft.NET.Sdk">
191186
<Uri>https://github.com/dotnet/deployment-tools</Uri>
192187
<Sha>5255d40e228ea1d4b624781b5b97ec16484a3b4b</Sha>
@@ -232,13 +227,13 @@
232227
<Uri>https://github.com/dotnet/arcade</Uri>
233228
<Sha>4b01306353c43c151d713d152f48a4d523c41960</Sha>
234229
</Dependency>
235-
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23578.2">
230+
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24306.1">
236231
<Uri>https://github.com/dotnet/arcade-services</Uri>
237-
<Sha>5263b603d90991a0c200aca8b8892c3d7cfe4751</Sha>
232+
<Sha>b65fa14c7799a84e7fc2384bf821720d8ab1873b</Sha>
238233
</Dependency>
239-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23578.2">
234+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24306.1">
240235
<Uri>https://github.com/dotnet/arcade-services</Uri>
241-
<Sha>5263b603d90991a0c200aca8b8892c3d7cfe4751</Sha>
236+
<Sha>b65fa14c7799a84e7fc2384bf821720d8ab1873b</Sha>
242237
</Dependency>
243238
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
244239
<Uri>https://github.com/dotnet/runtime</Uri>

0 commit comments

Comments
 (0)