Skip to content

Commit 03d65ac

Browse files
author
v-wuzhai
authored
[release/8.0.3xx] Update dependencies from dotnet/msbuild (#47034)
2 parents da2c0b3 + e53d1cf commit 03d65ac

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
@@ -13,7 +13,7 @@
1313
<!-- Begin: Package sources from dotnet-aspnetcore -->
1414
<!-- End: Package sources from dotnet-aspnetcore -->
1515
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
16-
<add key="darc-pub-DotNet-msbuild-Trusted-0e18be8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-0e18be81/nuget/v3/index.json" />
16+
<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" />
1717
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1818
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1919
<!-- 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>c458a7647c04e323c238f381eb176af24254b3ff</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.10.21">
58+
<Dependency Name="Microsoft.Build" Version="17.10.23">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>0e18be81c1881b24619dd1239afca022aeff1eef</Sha>
60+
<Sha>f3052339bec221fe67339242439d2b960674265d</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.21-preview-25111-03">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.23-preview-25121-03">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>0e18be81c1881b24619dd1239afca022aeff1eef</Sha>
64+
<Sha>f3052339bec221fe67339242439d2b960674265d</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.21-preview-25111-03">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.23-preview-25121-03">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>0e18be81c1881b24619dd1239afca022aeff1eef</Sha>
68+
<Sha>f3052339bec221fe67339242439d2b960674265d</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.21</MicrosoftBuildPackageVersion>
127+
<MicrosoftBuildPackageVersion>17.10.23</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.21-preview-25111-03</MicrosoftBuildLocalizationPackageVersion>
136+
<MicrosoftBuildLocalizationPackageVersion>17.10.23-preview-25121-03</MicrosoftBuildLocalizationPackageVersion>
137137
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
138138
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
139139
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)