Skip to content

Commit

Permalink
[release/8.0.4xx] Update dependencies from dotnet/msbuild (dotnet#45306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Dec 5, 2024
2 parents 76d396c + d291012 commit 976c7dd
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 @@ -20,7 +20,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-a69bbaa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a69bbaaf/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-e4f5b93" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-e4f5b938/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 @@ -55,17 +55,17 @@
<Uri>https://github.com/dotnet/emsdk</Uri>
<Sha>f6237140b33bf18c72dccfeda14be8d103c3b93e</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.9">
<Dependency Name="Microsoft.Build" Version="17.11.19">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.11.9-servicing-24462-02">
<Dependency Name="Microsoft.Build.Localization" Version="17.11.19-servicing-24603-10">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.9-servicing-24462-02">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.19-servicing-24603-10">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a69bbaaf5f8d7249b8cab7309e81ad2221ce396c</Sha>
<Sha>e4f5b938613ae9d306a0396f1d6186a19c970b93</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.403-beta.24526.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
<MicrosoftBuildPackageVersion>17.11.9</MicrosoftBuildPackageVersion>
<MicrosoftBuildPackageVersion>17.11.19</MicrosoftBuildPackageVersion>
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
so target one that matches the version in minimumMSBuildVersion.
Expand All @@ -133,7 +133,7 @@
<MicrosoftBuildMinimumVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildRuntimePackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.11.9-servicing-24462-02</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.11.19-servicing-24603-10</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>
Expand Down

0 comments on commit 976c7dd

Please sign in to comment.