Skip to content

Commit e4bbfbf

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20241018.5
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.12.5-preview-24517-06 -> To Version 17.12.6-preview-24518-05
1 parent c203912 commit e4bbfbf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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-2939083" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-2939083c/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.5">
76+
<Dependency Name="Microsoft.Build" Version="17.12.6">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>2939083c36e8a908f1509b247e575c70791deab7</Sha>
78+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.5-preview-24517-06">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.6-preview-24518-05">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>2939083c36e8a908f1509b247e575c70791deab7</Sha>
82+
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.5-preview-24517-06">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.6-preview-24518-05">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>2939083c36e8a908f1509b247e575c70791deab7</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
@@ -192,8 +192,8 @@
192192
then use that in Directory.Packages.props.
193193
194194
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
195-
<MicrosoftBuildVersion>17.12.5</MicrosoftBuildVersion>
196-
<MicrosoftBuildLocalizationVersion>17.12.5-preview-24517-06</MicrosoftBuildLocalizationVersion>
195+
<MicrosoftBuildVersion>17.12.6</MicrosoftBuildVersion>
196+
<MicrosoftBuildLocalizationVersion>17.12.6-preview-24518-05</MicrosoftBuildLocalizationVersion>
197197
<MicrosoftBuildMinimumVersion Condition="Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
198198
</PropertyGroup>
199199
<PropertyGroup>

0 commit comments

Comments
 (0)