Skip to content

Commit d6140cf

Browse files
author
v-wuzhai
authored
[release/9.0.3xx] Update dependencies from dotnet/msbuild (#49153)
2 parents 6149899 + 8ede9ad commit d6140cf

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<!-- Begin: Package sources from dotnet-emsdk -->
2929
<!-- End: Package sources from dotnet-emsdk -->
3030
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
31+
<add key="darc-pub-DotNet-msbuild-Trusted-c95bb4f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-c95bb4f6/nuget/v3/index.json" />
3132
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3233
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3334
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@
6969
<Sha>78f6f07d38e8755e573039a8aa04e131d3e59b76</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.14.5">
73-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
74-
<Sha>edd3bbf37a721b8f44e79fb27f9c51fa80557971</Sha>
72+
<Dependency Name="Microsoft.Build" Version="17.14.12">
73+
<Uri>https://github.com/dotnet/msbuild</Uri>
74+
<Sha>c95bb4f600d1a6e1afa99869f302820d4c114053</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.14.5-preview-25211-07">
77-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
78-
<Sha>edd3bbf37a721b8f44e79fb27f9c51fa80557971</Sha>
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.14.12-servicing-25278-08">
77+
<Uri>https://github.com/dotnet/msbuild</Uri>
78+
<Sha>c95bb4f600d1a6e1afa99869f302820d4c114053</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.5-preview-25211-07">
82-
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted</Uri>
83-
<Sha>edd3bbf37a721b8f44e79fb27f9c51fa80557971</Sha>
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.12-servicing-25278-08">
82+
<Uri>https://github.com/dotnet/msbuild</Uri>
83+
<Sha>c95bb4f600d1a6e1afa99869f302820d4c114053</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.300-beta.25228.3">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
183183
184184
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
185-
<MicrosoftBuildVersion>17.14.5</MicrosoftBuildVersion>
186-
<MicrosoftBuildLocalizationVersion>17.14.5-preview-25211-07</MicrosoftBuildLocalizationVersion>
185+
<MicrosoftBuildVersion>17.14.12</MicrosoftBuildVersion>
186+
<MicrosoftBuildLocalizationVersion>17.14.12-servicing-25278-08</MicrosoftBuildLocalizationVersion>
187187
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
188188
<MinimumVSVersion>17.12</MinimumVSVersion>
189189
</PropertyGroup>

0 commit comments

Comments
 (0)