Skip to content

Commit 96cb7cf

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20250819.1
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.11.41-servicing-25412-05 -> To Version 17.11.41-servicing-25419-01
1 parent b500c30 commit 96cb7cf

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
<!-- Begin: Package sources from dotnet-aspnetcore -->
1616
<!-- End: Package sources from dotnet-aspnetcore -->
1717
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
18-
<add key="darc-pub-DotNet-msbuild-Trusted-18f1ecf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-18f1ecf8/nuget/v3/index.json" />
18+
<add key="darc-pub-DotNet-msbuild-Trusted-9b5d41e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-9b5d41e2/nuget/v3/index.json" />
1919
<!-- End: Package sources from DotNet-msbuild-Trusted -->
2020
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2121
<!-- End: Package sources from dotnet-roslyn-analyzers -->
2222
<!-- Begin: Package sources from dotnet-runtime -->
2323
<!-- End: Package sources from dotnet-runtime -->
2424
<!-- Begin: Package sources from dotnet-templating -->
2525
<add key="darc-pub-dotnet-templating-d108a65" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d108a65d/nuget/v3/index.json" />
26+
<add key="darc-pub-dotnet-templating-d108a65-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-d108a65d-1/nuget/v3/index.json" />
2627
<!-- End: Package sources from dotnet-templating -->
2728
<!-- Begin: Package sources from dotnet-windowsdesktop -->
2829
<!-- End: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
</Dependency>
5858
<Dependency Name="Microsoft.Build" Version="17.11.41">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>18f1ecf823d4498808757f7f183143157b136d12</Sha>
60+
<Sha>9b5d41e2dfd9f25adbec359c1487a0ee05239b7d</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.11.41-servicing-25412-05">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.11.41-servicing-25419-01">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>18f1ecf823d4498808757f7f183143157b136d12</Sha>
64+
<Sha>9b5d41e2dfd9f25adbec359c1487a0ee05239b7d</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.41-servicing-25412-05">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.41-servicing-25419-01">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>18f1ecf823d4498808757f7f183143157b136d12</Sha>
68+
<Sha>9b5d41e2dfd9f25adbec359c1487a0ee05239b7d</Sha>
6969
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.403-beta.24526.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildFromSource)' != 'true'">17.8.27</MicrosoftBuildMinimumVersion>
136136
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildFrameworkPackageVersion>
137137
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildRuntimePackageVersion>
138-
<MicrosoftBuildLocalizationPackageVersion>17.11.41-servicing-25412-05</MicrosoftBuildLocalizationPackageVersion>
138+
<MicrosoftBuildLocalizationPackageVersion>17.11.41-servicing-25419-01</MicrosoftBuildLocalizationPackageVersion>
139139
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
140140
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildMinimumVersion)</MicrosoftBuildTasksCorePackageVersion>
141141
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)