Skip to content

Commit c85f0b7

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20251110.4
On relative base path root Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build.Localization From Version 17.10.48-servicing-25520-09 -> To Version 17.10.49-servicing-25560-04 Microsoft.Build From Version 17.10.48 -> To Version 17.10.49
1 parent 2c7141d commit c85f0b7

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
@@ -15,7 +15,7 @@
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-7ed9cf3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-7ed9cf3b/nuget/v3/index.json" />
18+
<add key="darc-pub-DotNet-msbuild-Trusted-1d044e3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-1d044e35/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 -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
<Uri>https://github.com/dotnet/emsdk</Uri>
5656
<Sha>42532a7524749ad5d48d1820eaa7d4ab7e77faa6</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.10.48">
58+
<Dependency Name="Microsoft.Build" Version="17.10.49">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>7ed9cf3b60e549ceeafbac09cfe2e6ed51124897</Sha>
60+
<Sha>1d044e3560b5c2b365548a212afc65011b6f6c8b</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.48-servicing-25520-09">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.49-servicing-25560-04">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>7ed9cf3b60e549ceeafbac09cfe2e6ed51124897</Sha>
64+
<Sha>1d044e3560b5c2b365548a212afc65011b6f6c8b</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.48-servicing-25520-09">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.49-servicing-25560-04">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>7ed9cf3b60e549ceeafbac09cfe2e6ed51124897</Sha>
68+
<Sha>1d044e3560b5c2b365548a212afc65011b6f6c8b</Sha>
6969
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
7070
</Dependency>
7171
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.301-beta.24271.6">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@
125125
</PropertyGroup>
126126
<PropertyGroup>
127127
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
128-
<MicrosoftBuildPackageVersion>17.10.48</MicrosoftBuildPackageVersion>
128+
<MicrosoftBuildPackageVersion>17.10.49</MicrosoftBuildPackageVersion>
129129
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
130130
<!-- Some tasks and the resolver normally need to run in an MSBuild that is older than the very latest,
131131
but all versions of VS older than 17.10 are out of support so we can safely bump to 17.10.
132132
<MicrosoftBuildPackageVersion Condition="'$(DotNetBuildFromSource)' != 'true'">17.8.29</MicrosoftBuildPackageVersion> -->
133133
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
134134
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
135-
<MicrosoftBuildLocalizationPackageVersion>17.10.48-servicing-25520-09</MicrosoftBuildLocalizationPackageVersion>
135+
<MicrosoftBuildLocalizationPackageVersion>17.10.49-servicing-25560-04</MicrosoftBuildLocalizationPackageVersion>
136136
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
137137
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
138138
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)