Skip to content

Commit 86df84c

Browse files
authored
[release/8.0.3xx] Update dependencies from dotnet/msbuild (#49655)
2 parents 42f4431 + ea299e5 commit 86df84c

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

NuGet.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@
77
<!-- End: Package sources from dotnet-emsdk -->
88
<!-- Begin: Package sources from dotnet-format -->
99
<add key="darc-pub-dotnet-format-c7e5d39" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-c7e5d39b/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-format-c7e5d39-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-c7e5d39b-4/nuget/v3/index.json" />
11+
<add key="darc-pub-dotnet-format-c7e5d39-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-c7e5d39b-3/nuget/v3/index.json" />
12+
<add key="darc-pub-dotnet-format-c7e5d39-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-c7e5d39b-2/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-format-c7e5d39-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-c7e5d39b-1/nuget/v3/index.json" />
1014
<!-- End: Package sources from dotnet-format -->
1115
<!-- Begin: Package sources from dotnet-aspnetcore -->
1216
<!-- End: Package sources from dotnet-aspnetcore -->
1317
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
14-
<add key="darc-pub-DotNet-msbuild-Trusted-bb7294f-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bb7294f7-1/nuget/v3/index.json" />
18+
<add key="darc-pub-DotNet-msbuild-Trusted-dbc02fd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-dbc02fd5/nuget/v3/index.json" />
1519
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1620
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1721
<!-- End: Package sources from dotnet-roslyn-analyzers -->
1822
<!-- Begin: Package sources from dotnet-runtime -->
1923
<!-- End: Package sources from dotnet-runtime -->
2024
<!-- Begin: Package sources from dotnet-templating -->
2125
<add key="darc-pub-dotnet-templating-7994f94" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-7994f94e/nuget/v3/index.json" />
26+
<add key="darc-pub-dotnet-templating-7994f94-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-7994f94e-4/nuget/v3/index.json" />
27+
<add key="darc-pub-dotnet-templating-7994f94-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-7994f94e-3/nuget/v3/index.json" />
28+
<add key="darc-pub-dotnet-templating-7994f94-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-7994f94e-2/nuget/v3/index.json" />
29+
<add key="darc-pub-dotnet-templating-7994f94-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-7994f94e-1/nuget/v3/index.json" />
2230
<!-- End: Package sources from dotnet-templating -->
2331
<!-- Begin: Package sources from dotnet-windowsdesktop -->
2432
<!-- End: Package sources from dotnet-windowsdesktop -->

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>2b0cca8ad3a88e02fe0878139009ffffde071f1f</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.10.32">
58+
<Dependency Name="Microsoft.Build" Version="17.10.33">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>bb7294f72e2779834a7898b8d7f1d8c54eac9845</Sha>
60+
<Sha>dbc02fd53b9594bf912231e2955694827ed18884</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.32-servicing-25313-10">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.33-servicing-25353-02">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>bb7294f72e2779834a7898b8d7f1d8c54eac9845</Sha>
64+
<Sha>dbc02fd53b9594bf912231e2955694827ed18884</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.32-servicing-25313-10">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.33-servicing-25353-02">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>bb7294f72e2779834a7898b8d7f1d8c54eac9845</Sha>
68+
<Sha>dbc02fd53b9594bf912231e2955694827ed18884</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
@@ -124,7 +124,7 @@
124124
</PropertyGroup>
125125
<PropertyGroup>
126126
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
127-
<MicrosoftBuildPackageVersion>17.10.32</MicrosoftBuildPackageVersion>
127+
<MicrosoftBuildPackageVersion>17.10.33</MicrosoftBuildPackageVersion>
128128
<MicrosoftBuildCurrentPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildCurrentPackageVersion>
129129
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
130130
so target one that matches the version in minimumMSBuildVersion.
@@ -133,7 +133,7 @@
133133
<MicrosoftBuildPackageVersion Condition="'$(DotNetBuildFromSource)' != 'true'">17.8.29</MicrosoftBuildPackageVersion>
134134
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
135135
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
136-
<MicrosoftBuildLocalizationPackageVersion>17.10.32-servicing-25313-10</MicrosoftBuildLocalizationPackageVersion>
136+
<MicrosoftBuildLocalizationPackageVersion>17.10.33-servicing-25353-02</MicrosoftBuildLocalizationPackageVersion>
137137
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
138138
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
139139
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)