Skip to content

Commit 3798ca7

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20250828.5
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.12.44-preview-25411-07 -> To Version 17.12.47-preview-25428-05
1 parent 4bf2911 commit 3798ca7

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

NuGet.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@
2828
<!-- Begin: Package sources from dotnet-aspnetcore -->
2929
<!-- End: Package sources from dotnet-aspnetcore -->
3030
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
31-
<add key="darc-pub-DotNet-msbuild-Trusted-3838b3b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-3838b3b0/nuget/v3/index.json" />
31+
<add key="darc-pub-DotNet-msbuild-Trusted-ff55644" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-ff556445/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-430af53" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b/nuget/v3/index.json" />
39+
<add key="darc-pub-dotnet-templating-430af53-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b-5/nuget/v3/index.json" />
40+
<add key="darc-pub-dotnet-templating-430af53-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b-4/nuget/v3/index.json" />
41+
<add key="darc-pub-dotnet-templating-430af53-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b-3/nuget/v3/index.json" />
42+
<add key="darc-pub-dotnet-templating-430af53-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b-2/nuget/v3/index.json" />
3943
<add key="darc-pub-dotnet-templating-430af53-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-430af53b-1/nuget/v3/index.json" />
4044
<!-- End: Package sources from dotnet-templating -->
4145
<!-- Begin: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
<Sha>0bcc3e67026ea44a16fb018a50e4e134c06ab3d6</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.45">
76+
<Dependency Name="Microsoft.Build" Version="17.12.47">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>3838b3b0427613c04c5bde8f03383deac71c85fe</Sha>
78+
<Sha>ff5564456ab6a449e255d6c763e49c624664af0f</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.45-preview-25419-04">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.47-preview-25428-05">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>3838b3b0427613c04c5bde8f03383deac71c85fe</Sha>
82+
<Sha>ff5564456ab6a449e255d6c763e49c624664af0f</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.45-preview-25419-04">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.47-preview-25428-05">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>3838b3b0427613c04c5bde8f03383deac71c85fe</Sha>
87+
<Sha>ff5564456ab6a449e255d6c763e49c624664af0f</Sha>
8888
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8989
</Dependency>
9090
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.101-beta.25070.7">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
181181
182182
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
183-
<MicrosoftBuildVersion>17.12.45</MicrosoftBuildVersion>
184-
<MicrosoftBuildLocalizationVersion>17.12.45-preview-25419-04</MicrosoftBuildLocalizationVersion>
183+
<MicrosoftBuildVersion>17.12.47</MicrosoftBuildVersion>
184+
<MicrosoftBuildLocalizationVersion>17.12.47-preview-25428-05</MicrosoftBuildLocalizationVersion>
185185
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
186186
<MinimumVSVersion>17.12</MinimumVSVersion>
187187
</PropertyGroup>

0 commit comments

Comments
 (0)