Skip to content

Commit 3c7fc88

Browse files
authored
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#46127)
2 parents 618dbbf + 5eabb47 commit 3c7fc88

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
@@ -31,7 +31,7 @@
3131
<add key="darc-pub-dotnet-emsdk-4c9d1b1-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-1/nuget/v3/index.json" />
3232
<!-- End: Package sources from dotnet-emsdk -->
3333
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
34-
<add key="darc-pub-DotNet-msbuild-Trusted-bfea91c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-bfea91c5/nuget/v3/index.json" />
34+
<add key="darc-pub-DotNet-msbuild-Trusted-cbc39be" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-cbc39bea/nuget/v3/index.json" />
3535
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3636
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3737
<!-- 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
@@ -69,18 +69,18 @@
6969
<Sha>4c9d1b112c16716c2479e054e9ad4db8b5b8c70c</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.13.6">
72+
<Dependency Name="Microsoft.Build" Version="17.13.8">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
74+
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.13.6-preview-25064-08">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.13.8-preview-25070-17">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
78+
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.6-preview-25064-08">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.8-preview-25070-17">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>bfea91c5fba33abb318bd022d96d4b2b1735eed8</Sha>
83+
<Sha>cbc39bea8cd57b4a34a1e463cf6abe394507d6c0</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.201-beta.25070.3">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
179179
180180
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
181-
<MicrosoftBuildVersion>17.13.6</MicrosoftBuildVersion>
182-
<MicrosoftBuildLocalizationVersion>17.13.6-preview-25064-08</MicrosoftBuildLocalizationVersion>
181+
<MicrosoftBuildVersion>17.13.8</MicrosoftBuildVersion>
182+
<MicrosoftBuildLocalizationVersion>17.13.8-preview-25070-17</MicrosoftBuildLocalizationVersion>
183183
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
184184
<MinimumVSVersion>17.12</MinimumVSVersion>
185185
</PropertyGroup>

0 commit comments

Comments
 (0)