Skip to content

Commit bdaac82

Browse files
[main] Update dependencies from dotnet/arcade (#5825)
[main] Update dependencies from dotnet/arcade
1 parent 454085c commit bdaac82

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25422.3">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25426.3">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
9+
<Sha>5db998e02282e63bc375948a237bcdfef534a5c5</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25422.3">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25426.3">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
13+
<Sha>5db998e02282e63bc375948a237bcdfef534a5c5</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25422.3">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25426.3">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
17+
<Sha>5db998e02282e63bc375948a237bcdfef534a5c5</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25422.3">
19+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25426.3">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
21+
<Sha>5db998e02282e63bc375948a237bcdfef534a5c5</Sha>
2222
</Dependency>
2323
</ToolsetDependencies>
2424
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</PropertyGroup>
2121
<!-- Arcade dependencies -->
2222
<PropertyGroup>
23-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetGenFacadesPackageVersion>
24-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
25-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetGenAPIPackageVersion>
23+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25426.3</MicrosoftDotNetGenFacadesPackageVersion>
24+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25426.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
25+
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25426.3</MicrosoftDotNetGenAPIPackageVersion>
2626
</PropertyGroup>
2727
<!-- Additional dependencies -->
2828
<PropertyGroup>

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "10.0.100-rc.1.25411.109"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25422.3",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25426.3",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)