Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/msbuild build 2024…
Browse files Browse the repository at this point in the history
…1206.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
  • Loading branch information
dotnet-maestro[bot] committed Dec 6, 2024
1 parent 023fb0a commit 2565b6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<!-- Begin: Package sources from dotnet-aspnetcore -->
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<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" />
<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" />
<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" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
<!-- End: Package sources from dotnet-roslyn-analyzers -->
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
<Sha>763d10a1a251be35337ee736832bfde3f9200672</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.12.15">
<Dependency Name="Microsoft.Build" Version="17.12.17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.15-preview-24604-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.12.17-preview-24606-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.15-preview-24604-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.17-preview-24606-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bd71b62a5f1c11edaceb26dd31b764df4dc922e9</Sha>
<Sha>762f59c2ef10fc8e0ae8a0268f45740728cf29b4</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24522.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
<MicrosoftBuildVersion>17.12.15</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.15-preview-24604-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.12.17</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.17-preview-24606-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand Down

0 comments on commit 2565b6b

Please sign in to comment.