Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#43867)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Oct 3, 2024
2 parents e1dea42 + 658ca3e commit 445f99e
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 @@ -10,7 +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-95c7bf0-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-95c7bf01-1/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-e7dfc71" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-e7dfc719/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.0">
<Dependency Name="Microsoft.Build" Version="17.12.2">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
<Sha>e7dfc7192370e6f6d92d1d4399b083ac5cdf700a</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24477-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.12.2-preview-24503-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
<Sha>e7dfc7192370e6f6d92d1d4399b083ac5cdf700a</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24477-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.2-preview-24503-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
<Sha>e7dfc7192370e6f6d92d1d4399b083ac5cdf700a</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24501.1">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
then use that in Directory.Packages.props.
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.12.0</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24477-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.12.2</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.2-preview-24503-05</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 445f99e

Please sign in to comment.