Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#46127)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 21, 2025
2 parents 618dbbf + 5eabb47 commit 3c7fc88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<add key="darc-pub-dotnet-emsdk-4c9d1b1-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-emsdk -->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-bfea91c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bfea91c5/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-cbc39be" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-cbc39bea/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 @@ -69,18 +69,18 @@
<Sha>4c9d1b112c16716c2479e054e9ad4db8b5b8c70c</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.13.6">
<Dependency Name="Microsoft.Build" Version="17.13.8">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.13.6-preview-25064-08">
<Dependency Name="Microsoft.Build.Localization" Version="17.13.8-preview-25070-17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.6-preview-25064-08">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.8-preview-25070-17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.201-beta.25070.3">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,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.13.6</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.6-preview-25064-08</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.13.8</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.8-preview-25070-17</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand Down

0 comments on commit 3c7fc88

Please sign in to comment.