Skip to content

Commit 4674618

Browse files
author
v-wuzhai
authored
[release/8.0.3xx] Update dependencies from dotnet/msbuild (#49176)
2 parents bb5116e + d41d862 commit 4674618

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

NuGet.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@
1616
<!-- Begin: Package sources from dotnet-aspnetcore -->
1717
<!-- End: Package sources from dotnet-aspnetcore -->
1818
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
19-
<add key="darc-pub-DotNet-msbuild-Trusted-323d4b3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-323d4b37/nuget/v3/index.json" />
19+
<add key="darc-pub-DotNet-msbuild-Trusted-7c941d2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-7c941d28/nuget/v3/index.json" />
2020
<!-- End: Package sources from DotNet-msbuild-Trusted -->
2121
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2222
<!-- End: Package sources from dotnet-roslyn-analyzers -->
2323
<!-- Begin: Package sources from dotnet-runtime -->
2424
<!-- End: Package sources from dotnet-runtime -->
2525
<!-- Begin: Package sources from dotnet-templating -->
26+
<add key="darc-pub-dotnet-templating-99e2f2e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-99e2f2e1/nuget/v3/index.json" />
27+
<add key="darc-pub-dotnet-templating-99e2f2e-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-99e2f2e1-3/nuget/v3/index.json" />
28+
<add key="darc-pub-dotnet-templating-99e2f2e-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-99e2f2e1-2/nuget/v3/index.json" />
29+
<add key="darc-pub-dotnet-templating-99e2f2e-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-99e2f2e1-1/nuget/v3/index.json" />
30+
<add key="darc-pub-dotnet-templating-6af4b92" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-6af4b921/nuget/v3/index.json" />
2631
<add key="darc-pub-dotnet-templating-21cba55" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-21cba556/nuget/v3/index.json" />
2732
<!-- End: Package sources from dotnet-templating -->
2833
<!-- Begin: 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>adc0d6e7d3abb9c4ecee2420c51ae99c57dc9755</Sha>
5757
</Dependency>
58-
<Dependency Name="Microsoft.Build" Version="17.10.27">
58+
<Dependency Name="Microsoft.Build" Version="17.10.30">
5959
<Uri>https://github.com/dotnet/msbuild</Uri>
60-
<Sha>323d4b37f1b3282f1cfbf6f0977aa8044d1b9020</Sha>
60+
<Sha>7c941d28e61c76de665b1e008ea34ea667cdfead</Sha>
6161
</Dependency>
62-
<Dependency Name="Microsoft.Build.Localization" Version="17.10.27-servicing-25215-02">
62+
<Dependency Name="Microsoft.Build.Localization" Version="17.10.30-servicing-25278-02">
6363
<Uri>https://github.com/dotnet/msbuild</Uri>
64-
<Sha>323d4b37f1b3282f1cfbf6f0977aa8044d1b9020</Sha>
64+
<Sha>7c941d28e61c76de665b1e008ea34ea667cdfead</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.27-servicing-25215-02">
66+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.10.30-servicing-25278-02">
6767
<Uri>https://github.com/dotnet/msbuild</Uri>
68-
<Sha>323d4b37f1b3282f1cfbf6f0977aa8044d1b9020</Sha>
68+
<Sha>7c941d28e61c76de665b1e008ea34ea667cdfead</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.27</MicrosoftBuildPackageVersion>
127+
<MicrosoftBuildPackageVersion>17.10.30</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="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
134134
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
135135
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
136-
<MicrosoftBuildLocalizationPackageVersion>17.10.27-servicing-25215-02</MicrosoftBuildLocalizationPackageVersion>
136+
<MicrosoftBuildLocalizationPackageVersion>17.10.30-servicing-25278-02</MicrosoftBuildLocalizationPackageVersion>
137137
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
138138
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
139139
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>

0 commit comments

Comments
 (0)