Skip to content

Commit 1152804

Browse files
author
v-wuzhai
authored
[release/8.0.3xx] Update dependencies from dotnet/msbuild (#48213)
2 parents 123d569 + 4027983 commit 1152804

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
@@ -11,7 +11,7 @@
1111
<!-- Begin: Package sources from dotnet-aspnetcore -->
1212
<!-- End: Package sources from dotnet-aspnetcore -->
1313
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
14-
<add key="darc-pub-DotNet-msbuild-Trusted-f305233" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-f3052339/nuget/v3/index.json" />
14+
<add key="darc-pub-DotNet-msbuild-Trusted-54a3d0c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-54a3d0c0/nuget/v3/index.json" />
1515
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1616
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1717
<!-- 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.10.23">
58+
<Dependency Name="Microsoft.Build" Version="17.10.25">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>f3052339bec221fe67339242439d2b960674265d</Sha>
60+
<Sha>54a3d0c079460f83122c75c8349bed1ed0258135</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.23-preview-25121-03">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.25-preview-25207-05">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>f3052339bec221fe67339242439d2b960674265d</Sha>
64+
<Sha>54a3d0c079460f83122c75c8349bed1ed0258135</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.23-preview-25121-03">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.25-preview-25207-05">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>f3052339bec221fe67339242439d2b960674265d</Sha>
68+
<Sha>54a3d0c079460f83122c75c8349bed1ed0258135</Sha>
6969
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.301-beta.24271.6">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</PropertyGroup>
125125
<PropertyGroup>
126126
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
127-
<MicrosoftBuildPackageVersion>17.10.23</MicrosoftBuildPackageVersion>
127+
<MicrosoftBuildPackageVersion>17.10.25</MicrosoftBuildPackageVersion>
128128
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
129129
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
130130
so target one that matches the version in minimumMSBuildVersion.
@@ -133,7 +133,7 @@
133133
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
134134
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
135135
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
136-
<MicrosoftBuildLocalizationPackageVersion>17.10.23-preview-25121-03</MicrosoftBuildLocalizationPackageVersion>
136+
<MicrosoftBuildLocalizationPackageVersion>17.10.25-preview-25207-05</MicrosoftBuildLocalizationPackageVersion>
137137
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
138138
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
139139
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)