Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#43744)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Sep 27, 2024
2 parents bea8f63 + 7c72655 commit 2949b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-95c7bf01/nuget/v3/index.json" />
<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" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
<!-- End: Package sources from dotnet-roslyn-analyzers -->
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
<Uri>/~https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24475-04">
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24477-01">
<Uri>/~https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24475-04">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24477-01">
<Uri>/~https://github.com/dotnet/msbuild</Uri>
<Sha>95c7bf011ac3b849c63cfaf5584878232d223b71</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.12.0</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24475-04</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24477-01</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 2949b6d

Please sign in to comment.