Skip to content

Commit 6b1876b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250328.2 (#2812)
[main] Update dependencies from dotnet/arcade
1 parent 3f7edd5 commit 6b1876b

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
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="10.0.0-beta.25171.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25178.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
8+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25171.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25178.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
12+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25171.1">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25178.2">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
16+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</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-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25171.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25178.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

eng/common/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ function Build {
132132
/p:PerformanceTest=$performanceTest `
133133
/p:Sign=$sign `
134134
/p:Publish=$publish `
135+
/p:RestoreStaticGraphEnableBinaryLogger=$binaryLog `
135136
@properties
136137
}
137138

@@ -171,4 +172,4 @@ catch {
171172
ExitWithExitCode 1
172173
}
173174

174-
ExitWithExitCode 0
175+
ExitWithExitCode 0

eng/common/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ function Build {
250250
/p:PerformanceTest=$performance_test \
251251
/p:Sign=$sign \
252252
/p:Publish=$publish \
253+
/p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
253254
$properties
254255

255256
ExitWithExitCode 0
@@ -267,4 +268,4 @@ if [[ "$restore" == true ]]; then
267268
InitializeNativeTools
268269
fi
269270

270-
Build
271+
Build

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25171.1",
20-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25171.1"
19+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25178.2",
20+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25178.2"
2121
}
2222
}

0 commit comments

Comments
 (0)