Skip to content

Commit d2b8499

Browse files
author
v-wuzhai
authored
[release/9.0.1xx] Update dependencies from dotnet/msbuild (#48340)
2 parents 0e6ee13 + ae07104 commit d2b8499

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
@@ -28,7 +28,7 @@
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-84e2956" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-84e2956b/nuget/v3/index.json" />
31+
<add key="darc-pub-DotNet-msbuild-Trusted-762d7c2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-762d7c2e/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 -->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
<Sha>dad5528e5bdf92a05a5a404c5f7939523390b96d</Sha>
7474
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build" Version="17.12.33">
76+
<Dependency Name="Microsoft.Build" Version="17.12.34">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>84e2956bf64ce0472e54b5bfcf22836667d300eb</Sha>
78+
<Sha>762d7c2e9441e84a22b0dea75418c40c9cd397b3</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.33-preview-25169-05">
80+
<Dependency Name="Microsoft.Build.Localization" Version="17.12.34-preview-25210-04">
8181
<Uri>https://github.com/dotnet/msbuild</Uri>
82-
<Sha>84e2956bf64ce0472e54b5bfcf22836667d300eb</Sha>
82+
<Sha>762d7c2e9441e84a22b0dea75418c40c9cd397b3</Sha>
8383
</Dependency>
8484
<!-- Intermediate is necessary for source build. -->
85-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.33-preview-25169-05">
85+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.34-preview-25210-04">
8686
<Uri>https://github.com/dotnet/msbuild</Uri>
87-
<Sha>84e2956bf64ce0472e54b5bfcf22836667d300eb</Sha>
87+
<Sha>762d7c2e9441e84a22b0dea75418c40c9cd397b3</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.33</MicrosoftBuildVersion>
184-
<MicrosoftBuildLocalizationVersion>17.12.33-preview-25169-05</MicrosoftBuildLocalizationVersion>
183+
<MicrosoftBuildVersion>17.12.34</MicrosoftBuildVersion>
184+
<MicrosoftBuildLocalizationVersion>17.12.34-preview-25210-04</MicrosoftBuildLocalizationVersion>
185185
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
186186
<MinimumVSVersion>17.12</MinimumVSVersion>
187187
</PropertyGroup>

0 commit comments

Comments
 (0)