Skip to content

Commit 85d7cb1

Browse files
dotnet-maestro[bot]T-GroCopilot
authored
[main] Update dependencies from dotnet/msbuild (#19543)
* Update dependencies from https://github.com/dotnet/msbuild build 20260401.1 On relative base path root Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.6.0-preview-26180-08 -> To Version 18.6.0-preview-26201-01 * Update dependencies from https://github.com/dotnet/msbuild build 20260402.4 On relative base path root Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.6.0-preview-26180-08 -> To Version 18.6.0 * Update dependencies from https://github.com/dotnet/msbuild build 20260408.4 On relative base path root Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.6.0-preview-26180-08 -> To Version 18.6.1 * Bump FSBuildVersion to 101 to fix package version check FSharp.Core 11.0.100 and FSharp.Compiler.Service 43.12.100 have already been published to NuGet, causing the 'Check published package version' CI step to fail. Bump to 101 so the versions are unpublished. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a88269a commit 85d7cb1

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1010
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
11+
<add key="darc-pub-DotNet-msbuild-Trusted-e5ebe15" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-e5ebe156/nuget/v3/index.json" />
1112
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1213
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1314
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />

eng/Version.Details.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet-arcade dependencies -->
99
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26177.7</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<!-- dotnet-msbuild dependencies -->
11-
<MicrosoftBuildPackageVersion>18.6.0-preview-26180-08</MicrosoftBuildPackageVersion>
12-
<MicrosoftBuildFrameworkPackageVersion>18.6.0-preview-26180-08</MicrosoftBuildFrameworkPackageVersion>
13-
<MicrosoftBuildTasksCorePackageVersion>18.6.0-preview-26180-08</MicrosoftBuildTasksCorePackageVersion>
14-
<MicrosoftBuildUtilitiesCorePackageVersion>18.6.0-preview-26180-08</MicrosoftBuildUtilitiesCorePackageVersion>
11+
<MicrosoftBuildPackageVersion>18.6.1</MicrosoftBuildPackageVersion>
12+
<MicrosoftBuildFrameworkPackageVersion>18.6.1</MicrosoftBuildFrameworkPackageVersion>
13+
<MicrosoftBuildTasksCorePackageVersion>18.6.1</MicrosoftBuildTasksCorePackageVersion>
14+
<MicrosoftBuildUtilitiesCorePackageVersion>18.6.1</MicrosoftBuildUtilitiesCorePackageVersion>
1515
<!-- dotnet-optimization dependencies -->
1616
<optimizationlinuxarm64MIBCRuntimePackageVersion>1.0.0-prerelease.26180.1</optimizationlinuxarm64MIBCRuntimePackageVersion>
1717
<optimizationlinuxx64MIBCRuntimePackageVersion>1.0.0-prerelease.26180.1</optimizationlinuxx64MIBCRuntimePackageVersion>

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<Dependencies>
33
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="1a405c76db678301b6f6f5b22d2a63a152c26b97" BarId="309188" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Build" Version="18.6.0-preview-26180-08">
5+
<Dependency Name="Microsoft.Build" Version="18.6.1">
66
<Uri>https://github.com/dotnet/msbuild</Uri>
7-
<Sha>8a330c4406f03bafa3006d1e1213ec5c62252640</Sha>
7+
<Sha>e5ebe15655a6be2b2e3209464d0cde1b8825ab57</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Build.Framework" Version="18.6.0-preview-26180-08">
9+
<Dependency Name="Microsoft.Build.Framework" Version="18.6.1">
1010
<Uri>https://github.com/dotnet/msbuild</Uri>
11-
<Sha>8a330c4406f03bafa3006d1e1213ec5c62252640</Sha>
11+
<Sha>e5ebe15655a6be2b2e3209464d0cde1b8825ab57</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.6.0-preview-26180-08">
13+
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.6.1">
1414
<Uri>https://github.com/dotnet/msbuild</Uri>
15-
<Sha>8a330c4406f03bafa3006d1e1213ec5c62252640</Sha>
15+
<Sha>e5ebe15655a6be2b2e3209464d0cde1b8825ab57</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.6.0-preview-26180-08">
17+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.6.1">
1818
<Uri>https://github.com/dotnet/msbuild</Uri>
19-
<Sha>8a330c4406f03bafa3006d1e1213ec5c62252640</Sha>
19+
<Sha>e5ebe15655a6be2b2e3209464d0cde1b8825ab57</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.CodeAnalysis" Version="5.7.0-1.26209.5">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>

0 commit comments

Comments
 (0)