Skip to content

Commit a8adf5a

Browse files
author
v-wuzhai
authored
[release/8.0.1xx] Update dependencies from dotnet/msbuild (#48331)
2 parents c2da0d0 + 5a9f96c commit a8adf5a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Begin: Package sources from dotnet-aspnetcore -->
1111
<!-- End: Package sources from dotnet-aspnetcore -->
1212
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
13-
<add key="darc-pub-DotNet-msbuild-Trusted-b46a62a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-b46a62a9/nuget/v3/index.json" />
13+
<add key="darc-pub-DotNet-msbuild-Trusted-6cb62fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-6cb62fe4/nuget/v3/index.json" />
1414
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1515
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1616
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<Uri>https://github.com/dotnet/emsdk</Uri>
5656
<Sha>ec84e775d21d3b7a6698ec30f7b2a5a9e3acd314</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.8.24">
58+
<Dependency Name="Microsoft.Build" Version="17.8.25">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>b46a62a9a9861ce314f4119f968caafedd85741e</Sha>
60+
<Sha>6cb62fe41bb770d019e8c833524d5c02a876509a</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.8.24-preview-25207-02">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.8.25-servicing-25210-01">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>b46a62a9a9861ce314f4119f968caafedd85741e</Sha>
64+
<Sha>6cb62fe41bb770d019e8c833524d5c02a876509a</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.24-preview-25207-02">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.25-servicing-25210-01">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>b46a62a9a9861ce314f4119f968caafedd85741e</Sha>
68+
<Sha>6cb62fe41bb770d019e8c833524d5c02a876509a</Sha>
6969
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.102-beta.24081.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</PropertyGroup>
122122
<PropertyGroup>
123123
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
124-
<MicrosoftBuildPackageVersion>17.8.24</MicrosoftBuildPackageVersion>
124+
<MicrosoftBuildPackageVersion>17.8.25</MicrosoftBuildPackageVersion>
125125
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
126126
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
127127
so target one that matches the version in minimumMSBuildVersion.
@@ -130,7 +130,7 @@
130130
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
131131
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
132132
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
133-
<MicrosoftBuildLocalizationPackageVersion>17.8.24-preview-25207-02</MicrosoftBuildLocalizationPackageVersion>
133+
<MicrosoftBuildLocalizationPackageVersion>17.8.25-servicing-25210-01</MicrosoftBuildLocalizationPackageVersion>
134134
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
135135
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
136136
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)