Skip to content

Commit 5bfb8c3

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251112.6 (dotnet#2975)
[main] Update dependencies from dotnet/arcade
1 parent 146382e commit 5bfb8c3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25560.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25562.6">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>3a7f017be1c42a4ecc516446977cf55d429cf390</Sha>
8+
<Sha>4bb60deca10193c27f5bdf0a6afc5878ef558455</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25560.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25562.6">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>3a7f017be1c42a4ecc516446977cf55d429cf390</Sha>
12+
<Sha>4bb60deca10193c27f5bdf0a6afc5878ef558455</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25560.1">
14+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.25562.6">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>3a7f017be1c42a4ecc516446977cf55d429cf390</Sha>
16+
<Sha>4bb60deca10193c27f5bdf0a6afc5878ef558455</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1616
<MicrosoftAspNetCoreTestHostVersion>6.0.36</MicrosoftAspNetCoreTestHostVersion>
1717
<MicrosoftCrankEventSourcesVersion>0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion>
18-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25560.1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.25562.6</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"runner": "Microsoft.Testing.Platform"
2020
},
2121
"msbuild-sdks": {
22-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25560.1",
23-
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25560.1"
22+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25562.6",
23+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25562.6"
2424
}
2525
}

0 commit comments

Comments
 (0)