Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#44202)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Oct 16, 2024
2 parents 66c7799 + e33c661 commit ab84001
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<!-- 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-4ae11fa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-4ae11fa8/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>08499c128ade77a490b735a268f6539f6c7ea0ff</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.12.3">
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24514-17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.3-preview-24504-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24514-17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.3-preview-24504-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24514-17">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
then use that in Directory.Packages.props.
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.12.3</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.3-preview-24504-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.13.0-preview-24514-17</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24514-17</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit ab84001

Please sign in to comment.