Skip to content

Commit f91df7f

Browse files
Update dependencies from https://github.com/dotnet/msbuild build 20260429.2 (#19666)
On relative base path root Microsoft.Build , Microsoft.Build.Framework , Microsoft.Build.Tasks.Core , Microsoft.Build.Utilities.Core From Version 18.6.3 -> To Version 18.6.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b2077fe commit f91df7f

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-84d3e95" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-84d3e95b/nuget/v3/index.json" />
11+
<add key="darc-pub-DotNet-msbuild-Trusted-13cd968" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-13cd968a/nuget/v3/index.json" />
1212
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1313
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1414
<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.26222.2</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<!-- dotnet-msbuild dependencies -->
11-
<MicrosoftBuildPackageVersion>18.6.3</MicrosoftBuildPackageVersion>
12-
<MicrosoftBuildFrameworkPackageVersion>18.6.3</MicrosoftBuildFrameworkPackageVersion>
13-
<MicrosoftBuildTasksCorePackageVersion>18.6.3</MicrosoftBuildTasksCorePackageVersion>
14-
<MicrosoftBuildUtilitiesCorePackageVersion>18.6.3</MicrosoftBuildUtilitiesCorePackageVersion>
11+
<MicrosoftBuildPackageVersion>18.6.4</MicrosoftBuildPackageVersion>
12+
<MicrosoftBuildFrameworkPackageVersion>18.6.4</MicrosoftBuildFrameworkPackageVersion>
13+
<MicrosoftBuildTasksCorePackageVersion>18.6.4</MicrosoftBuildTasksCorePackageVersion>
14+
<MicrosoftBuildUtilitiesCorePackageVersion>18.6.4</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="ab01524bbb2ef1eea0ffaef161b3ef5686e8f256" BarId="310648" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Build" Version="18.6.3">
5+
<Dependency Name="Microsoft.Build" Version="18.6.4">
66
<Uri>https://github.com/dotnet/msbuild</Uri>
7-
<Sha>84d3e95b46e9154d9504eba69a5fbc6993ff543d</Sha>
7+
<Sha>13cd968a78bb959cf489d8175b4fcf7e55cd0f2e</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Build.Framework" Version="18.6.3">
9+
<Dependency Name="Microsoft.Build.Framework" Version="18.6.4">
1010
<Uri>https://github.com/dotnet/msbuild</Uri>
11-
<Sha>84d3e95b46e9154d9504eba69a5fbc6993ff543d</Sha>
11+
<Sha>13cd968a78bb959cf489d8175b4fcf7e55cd0f2e</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.6.3">
13+
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.6.4">
1414
<Uri>https://github.com/dotnet/msbuild</Uri>
15-
<Sha>84d3e95b46e9154d9504eba69a5fbc6993ff543d</Sha>
15+
<Sha>13cd968a78bb959cf489d8175b4fcf7e55cd0f2e</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.6.3">
17+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.6.4">
1818
<Uri>https://github.com/dotnet/msbuild</Uri>
19-
<Sha>84d3e95b46e9154d9504eba69a5fbc6993ff543d</Sha>
19+
<Sha>13cd968a78bb959cf489d8175b4fcf7e55cd0f2e</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.CodeAnalysis" Version="5.8.0-1.26229.9">
2222
<Uri>https://github.com/dotnet/roslyn</Uri>

0 commit comments

Comments
 (0)