Skip to content

Commit 528f500

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20250703.3
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.14.13-servicing-25313-14 -> To Version 17.14.15-servicing-25353-03
1 parent 679823c commit 528f500

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
<!-- Begin: Package sources from dotnet-emsdk -->
2929
<!-- End: Package sources from dotnet-emsdk -->
3030
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
31-
<add key="darc-pub-DotNet-msbuild-Trusted-a129329-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a129329f-1/nuget/v3/index.json" />
31+
<add key="darc-pub-DotNet-msbuild-Trusted-d21f833" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-d21f833b/nuget/v3/index.json" />
3232
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3333
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3434
<!-- End: Package sources from dotnet-roslyn-analyzers -->
3535
<!-- Begin: Package sources from dotnet-runtime -->
3636
<!-- End: Package sources from dotnet-runtime -->
3737
<!-- Begin: Package sources from dotnet-templating -->
3838
<add key="darc-pub-dotnet-templating-d23a2ad" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d23a2ad2/nuget/v3/index.json" />
39+
<add key="darc-pub-dotnet-templating-d23a2ad-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d23a2ad2-3/nuget/v3/index.json" />
3940
<add key="darc-pub-dotnet-templating-d23a2ad-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d23a2ad2-2/nuget/v3/index.json" />
4041
<add key="darc-pub-dotnet-templating-d23a2ad-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d23a2ad2-1/nuget/v3/index.json" />
4142
<!-- End: Package sources from dotnet-templating -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
<Sha>e3d8e8ea6df192d864698cdd76984d74135d0d13</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.14.14">
72+
<Dependency Name="Microsoft.Build" Version="17.14.15">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>a129329f18037d9c1e3191c88edc217394af1999</Sha>
74+
<Sha>d21f833b9027346d36a311d538320d58ab7a8895</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.14-servicing-25320-01">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.15-servicing-25353-03">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>a129329f18037d9c1e3191c88edc217394af1999</Sha>
78+
<Sha>d21f833b9027346d36a311d538320d58ab7a8895</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.14-servicing-25320-01">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.15-servicing-25353-03">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>a129329f18037d9c1e3191c88edc217394af1999</Sha>
83+
<Sha>d21f833b9027346d36a311d538320d58ab7a8895</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.300-beta.25228.3">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185-
<MicrosoftBuildVersion>17.14.14</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.14-servicing-25320-01</MicrosoftBuildLocalizationVersion>
185+
<MicrosoftBuildVersion>17.14.15</MicrosoftBuildVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.15-servicing-25353-03</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>

0 commit comments

Comments
 (0)