Skip to content

Commit fc97418

Browse files
authored
[release/9.0.3xx] Update dependencies from dotnet/msbuild (#51963)
2 parents 32c6d1d + 9225dff commit fc97418

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<!-- Begin: Package sources from dotnet-emsdk -->
3131
<!-- End: Package sources from dotnet-emsdk -->
3232
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
33-
<add key="darc-pub-DotNet-msbuild-Trusted-ee6457a-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-ee6457a6-2/nuget/v3/index.json" />
33+
<add key="darc-pub-DotNet-msbuild-Trusted-ee6457a-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-ee6457a6-3/nuget/v3/index.json" />
3434
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3535
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3636
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
7474
<Sha>ee6457a6b06e66a5e4037549c84d8282ecd0df92</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.36-servicing-25575-03">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.36-servicing-25601-06">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
7878
<Sha>ee6457a6b06e66a5e4037549c84d8282ecd0df92</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.36-servicing-25575-03">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.36-servicing-25601-06">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
8383
<Sha>ee6457a6b06e66a5e4037549c84d8282ecd0df92</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185185
<MicrosoftBuildVersion>17.14.36</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.36-servicing-25575-03</MicrosoftBuildLocalizationVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.36-servicing-25601-06</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>

0 commit comments

Comments
 (0)