Skip to content

Commit 5a7b137

Browse files
[release/8.0.3xx] Update dependencies from dotnet/msbuild (#45466)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0d81978 commit 5a7b137

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- Begin: Package sources from dotnet-aspnetcore -->
2121
<!-- End: Package sources from dotnet-aspnetcore -->
2222
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
23+
<add key="darc-pub-DotNet-msbuild-Trusted-7c2b926" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-7c2b9262/nuget/v3/index.json" />
2324
<!-- End: Package sources from DotNet-msbuild-Trusted -->
2425
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2526
<!-- 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>f6237140b33bf18c72dccfeda14be8d103c3b93e</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.10.4">
58+
<Dependency Name="Microsoft.Build" Version="17.10.14">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>10fbfbf2eeb0597fdc1f600d87d38c7f57317bdc</Sha>
60+
<Sha>7c2b92622c44c2d0ad0cc9d9f5fa2796d0c5c81c</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.4-preview-24218-02">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.14-preview-24613-10">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>10fbfbf2eeb0597fdc1f600d87d38c7f57317bdc</Sha>
64+
<Sha>7c2b92622c44c2d0ad0cc9d9f5fa2796d0c5c81c</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.4-preview-24218-02">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.14-preview-24613-10">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>10fbfbf2eeb0597fdc1f600d87d38c7f57317bdc</Sha>
68+
<Sha>7c2b92622c44c2d0ad0cc9d9f5fa2796d0c5c81c</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.4</MicrosoftBuildPackageVersion>
127+
<MicrosoftBuildPackageVersion>17.10.14</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.4-preview-24218-02</MicrosoftBuildLocalizationPackageVersion>
136+
<MicrosoftBuildLocalizationPackageVersion>17.10.14-preview-24613-10</MicrosoftBuildLocalizationPackageVersion>
137137
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
138138
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
139139
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)