Skip to content

Commit 2565b6b

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 2024120.1
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.12.12-preview-24571-01 -> To Version 17.12.17-preview-24606-01
1 parent 023fb0a commit 2565b6b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +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-bd71b62" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bd71b62a/nuget/v3/index.json" />
14-
<add key="darc-pub-DotNet-msbuild-Trusted-bd71b62-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bd71b62a-1/nuget/v3/index.json" />
13+
<add key="darc-pub-DotNet-msbuild-Trusted-762f59c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-762f59c2/nuget/v3/index.json" />
1514
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1615
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1716
<!-- 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.15">
76+
<Dependency Name="Microsoft.Build" Version="17.12.17">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
78+
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.15-preview-24604-01">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.17-preview-24606-01">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
82+
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.15-preview-24604-01">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.17-preview-24606-01">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
87+
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</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
@@ -180,8 +180,8 @@
180180
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
181181
182182
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
183-
<MicrosoftBuildVersion>17.12.15</MicrosoftBuildVersion>
184-
<MicrosoftBuildLocalizationVersion>17.12.15-preview-24604-01</MicrosoftBuildLocalizationVersion>
183+
<MicrosoftBuildVersion>17.12.17</MicrosoftBuildVersion>
184+
<MicrosoftBuildLocalizationVersion>17.12.17-preview-24606-01</MicrosoftBuildLocalizationVersion>
185185
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
186186
<MinimumVSVersion>17.12</MinimumVSVersion>
187187
</PropertyGroup>

0 commit comments

Comments
 (0)