Skip to content

Commit f4eb745

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20241121.1
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.12.9-preview-24524-01 -> To Version 17.12.12-preview-24571-01
1 parent d28b5e3 commit f4eb745

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
@@ -10,7 +10,7 @@
1010
<!-- Begin: Package sources from dotnet-aspnetcore -->
1111
<!-- End: Package sources from dotnet-aspnetcore -->
1212
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
13-
<add key="darc-pub-DotNet-msbuild-Trusted-43a2496" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-43a24969/nuget/v3/index.json" />
13+
<add key="darc-pub-DotNet-msbuild-Trusted-1cce779" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-1cce7796/nuget/v3/index.json" />
1414
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1515
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1616
<!-- 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>763d10a1a251be35337ee736832bfde3f9200672</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.9">
76+
<Dependency Name="Microsoft.Build" Version="17.12.12">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>43a24969a23bd2dd76cd26be26210e2afcd0595e</Sha>
78+
<Sha>1cce77968bca1366760f361c837ffbc3a6af70f0</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.9-preview-24524-01">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.12-preview-24571-01">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>43a24969a23bd2dd76cd26be26210e2afcd0595e</Sha>
82+
<Sha>1cce77968bca1366760f361c837ffbc3a6af70f0</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.9-preview-24524-01">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.12-preview-24571-01">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>43a24969a23bd2dd76cd26be26210e2afcd0595e</Sha>
87+
<Sha>1cce77968bca1366760f361c837ffbc3a6af70f0</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24522.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
197197
198198
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
199-
<MicrosoftBuildVersion>17.12.9</MicrosoftBuildVersion>
200-
<MicrosoftBuildLocalizationVersion>17.12.9-preview-24524-01</MicrosoftBuildLocalizationVersion>
199+
<MicrosoftBuildVersion>17.12.12</MicrosoftBuildVersion>
200+
<MicrosoftBuildLocalizationVersion>17.12.12-preview-24571-01</MicrosoftBuildLocalizationVersion>
201201
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
202202
<MinimumVSVersion>17.12</MinimumVSVersion>
203203
</PropertyGroup>

0 commit comments

Comments
 (0)