Skip to content

Commit a798a7c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250830.1 (#2935)
[main] Update dependencies from dotnet/arcade
1 parent 5255aa6 commit a798a7c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.25422.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25430.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
8+
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25422.3">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25430.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
12+
<Sha>6122520523105dacdd702177a76c9f6b982fd759</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25422.3">
14+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="10.0.0-beta.25430.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
16+
<Sha>6122520523105dacdd702177a76c9f6b982fd759</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>10.0.0-beta.25422.3</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>10.0.0-beta.25430.1</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
1919
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
2020
<MoqVersion>4.18.4</MoqVersion>
2121
<AutofacVersion>4.9.4</AutofacVersion>

eng/common/sdk-task.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ show_usage() {
1010

1111
echo "Advanced settings:"
1212
echo " --excludeCIBinarylog Don't output binary log (short: -nobl)"
13-
echo " --noWarnAsError Do not warn as error
13+
echo " --noWarnAsError Do not warn as error"
1414
echo ""
1515
echo "Command line arguments not listed above are passed thru to msbuild."
1616
}

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.25422.3",
20-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25422.3"
19+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25430.1",
20+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25430.1"
2121
}
2222
}

0 commit comments

Comments
 (0)