Skip to content

Commit ab84001

Browse files
author
v-wuzhai
authored
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#44202)
2 parents 66c7799 + e33c661 commit ab84001

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<!-- Begin: Package sources from dotnet-aspnetcore -->
1111
<!-- End: Package sources from dotnet-aspnetcore -->
1212
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
13-
<add key="darc-pub-DotNet-msbuild-Trusted-4ae11fa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-4ae11fa8/nuget/v3/index.json" />
1413
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1514
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1615
<!-- 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>08499c128ade77a490b735a268f6539f6c7ea0ff</Sha>
7070
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
7171
</Dependency>
72-
<Dependency Name="Microsoft.Build" Version="17.12.3">
72+
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24514-17">
7373
<Uri>https://github.com/dotnet/msbuild</Uri>
74-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
74+
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
7575
</Dependency>
76-
<Dependency Name="Microsoft.Build.Localization" Version="17.12.3-preview-24504-01">
76+
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24514-17">
7777
<Uri>https://github.com/dotnet/msbuild</Uri>
78-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
78+
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
7979
</Dependency>
8080
<!-- Intermediate is necessary for source build. -->
81-
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.3-preview-24504-01">
81+
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24514-17">
8282
<Uri>https://github.com/dotnet/msbuild</Uri>
83-
<Sha>4ae11fa8e4a86aef804cc79a42102641ad528106</Sha>
83+
<Sha>23587699646ec96072cf58a124bfa377b74435d1</Sha>
8484
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
8585
</Dependency>
8686
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
then use that in Directory.Packages.props.
195195
196196
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
197-
<MicrosoftBuildVersion>17.12.3</MicrosoftBuildVersion>
198-
<MicrosoftBuildLocalizationVersion>17.12.3-preview-24504-01</MicrosoftBuildLocalizationVersion>
197+
<MicrosoftBuildVersion>17.13.0-preview-24514-17</MicrosoftBuildVersion>
198+
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24514-17</MicrosoftBuildLocalizationVersion>
199199
<MicrosoftBuildMinimumVersion Condition="Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
200200
</PropertyGroup>
201201
<PropertyGroup>

0 commit comments

Comments
 (0)