Skip to content

Commit 920a2ed

Browse files
[main] Update dependencies from dotnet/arcade (#13907)
This pull request updates the following dependencies [marker]: <> (Begin:369b758c-dad8-4fea-810a-64fb6b0308e9) ## From https://github.com/dotnet/arcade - **Subscription**: [369b758c-dad8-4fea-810a-64fb6b0308e9](https://maestro.dot.net/subscriptions?search=369b758c-dad8-4fea-810a-64fb6b0308e9) - **Build**: [20260528.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2986522) ([316237](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/316237)) - **Date Produced**: May 28, 2026 9:11:55 PM UTC - **Commit**: [a7bf38d04c8247b059c688f5448dc556e0cd6bb5](dotnet/arcade@a7bf38d) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26269.10 to 10.0.0-beta.26278.2][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitV3Extensions [1]: dotnet/arcade@ef50e01...a7bf38d [DependencyUpdate]: <> (End) [marker]: <> (End:369b758c-dad8-4fea-810a-64fb6b0308e9) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f55d9bc commit 920a2ed

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-arcade dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26269.10</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.26269.10</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26278.2</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.26278.2</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
1111
<!-- dotnet-roslyn dependencies -->
1212
<MicrosoftNetCompilersToolsetPackageVersion>5.8.0-1.26274.19</MicrosoftNetCompilersToolsetPackageVersion>
1313
<!-- dotnet-runtime dependencies -->

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
</Dependency>
107107
</ProductDependencies>
108108
<ToolsetDependencies>
109-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26269.10">
109+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26278.2">
110110
<Uri>https://github.com/dotnet/arcade</Uri>
111-
<Sha>ef50e01056369b217663cac33386645a296ef53d</Sha>
111+
<Sha>a7bf38d04c8247b059c688f5448dc556e0cd6bb5</Sha>
112112
</Dependency>
113113
<Dependency Name="NuGet.Build.Tasks" Version="7.8.0-rc.49">
114114
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -118,9 +118,9 @@
118118
<Uri>https://github.com/dotnet/roslyn</Uri>
119119
<Sha>b3e2ba3f0d28e529812471bcead2e2eebc7b2b54</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.26269.10">
121+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.26278.2">
122122
<Uri>https://github.com/dotnet/arcade</Uri>
123-
<Sha>ef50e01056369b217663cac33386645a296ef53d</Sha>
123+
<Sha>a7bf38d04c8247b059c688f5448dc556e0cd6bb5</Sha>
124124
</Dependency>
125125
</ToolsetDependencies>
126126
</Dependencies>

eng/common/core-templates/steps/publish-logs.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"xcopy-msbuild": "18.0.0"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26269.10"
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26278.2"
2121
}
2222
}

0 commit comments

Comments
 (0)