Skip to content

Commit d6d829d

Browse files
[release/9.0.1xx] Update dependencies from dotnet/msbuild (#44355)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 483dc66 commit d6d829d

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
@@ -14,7 +14,7 @@
1414
<add key="darc-pub-dotnet-aspnetcore-1e7a7af" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-1e7a7af6/nuget/v3/index.json" />
1515
<!-- End: Package sources from dotnet-aspnetcore -->
1616
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
17-
<add key="darc-pub-DotNet-msbuild-Trusted-db5f601" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-db5f6012/nuget/v3/index.json" />
17+
<add key="darc-pub-DotNet-msbuild-Trusted-5b86656" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-5b866566/nuget/v3/index.json" />
1818
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1919
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2020
<!-- 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
@@ -73,18 +73,18 @@
7373
<Sha>8be5676af1ccf568b258133788a24aedd1a80994</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.6">
76+
<Dependency Name="Microsoft.Build" Version="17.12.7">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
78+
<Sha>5b866566089bfdd756730948f6418e2759b8850f</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.6-preview-24518-05">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.7-preview-24522-03">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
82+
<Sha>5b866566089bfdd756730948f6418e2759b8850f</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.6-preview-24518-05">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.7-preview-24522-03">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>db5f6012cb7f6e2dd7066c50c573c0d352713407</Sha>
87+
<Sha>5b866566089bfdd756730948f6418e2759b8850f</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
then use that in Directory.Packages.props.
195195
196196
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
197-
<MicrosoftBuildVersion>17.12.6</MicrosoftBuildVersion>
198-
<MicrosoftBuildLocalizationVersion>17.12.6-preview-24518-05</MicrosoftBuildLocalizationVersion>
197+
<MicrosoftBuildVersion>17.12.7</MicrosoftBuildVersion>
198+
<MicrosoftBuildLocalizationVersion>17.12.7-preview-24522-03</MicrosoftBuildLocalizationVersion>
199199
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
200200
</PropertyGroup>
201201
<PropertyGroup>

0 commit comments

Comments
 (0)