Skip to content

Commit 2ea3a8c

Browse files
authored
[release/9.0.1xx] Update dependencies from dotnet/msbuild (#44299)
2 parents 95bea78 + 1852b61 commit 2ea3a8c

File tree

4 files changed

+9
-31
lines changed

4 files changed

+9
-31
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<add key="darc-pub-dotnet-aspnetcore-1e7a7af" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-1e7a7af6/nuget/v3/index.json" />
1515
<!-- End: Package sources from dotnet-aspnetcore -->
1616
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
17-
<add key="darc-pub-DotNet-msbuild-Trusted-4ae11fa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-4ae11fa8/nuget/v3/index.json" />
17+
<add key="darc-pub-DotNet-msbuild-Trusted-db5f601" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-db5f6012/nuget/v3/index.json" />
1818
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1919
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2020
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
<Sha>8be5676af1ccf568b258133788a24aedd1a80994</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.3">
76+
<Dependency Name="Microsoft.Build" Version="17.12.6">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
78+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.3-preview-24504-01">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.6-preview-24518-05">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
82+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.3-preview-24504-01">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.6-preview-24518-05">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
87+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
then use that in Directory.Packages.props.
195195
196196
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
197-
<MicrosoftBuildVersion>17.12.3</MicrosoftBuildVersion>
198-
<MicrosoftBuildLocalizationVersion>17.12.3-preview-24504-01</MicrosoftBuildLocalizationVersion>
197+
<MicrosoftBuildVersion>17.12.6</MicrosoftBuildVersion>
198+
<MicrosoftBuildLocalizationVersion>17.12.6-preview-24518-05</MicrosoftBuildLocalizationVersion>
199199
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
200200
</PropertyGroup>
201201
<PropertyGroup>

src/SourceBuild/patches/msbuild/0001-Remove-BuildXL-feed.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)