10000 Update outgoing src/arcade/global.json sdk version (#570) · dotnet/dotnet@b34e9cc · GitHub
[go: up one dir, main page]

Skip to content

Commit b34e9cc

Browse files
authored
Update outgoing src/arcade/global.json sdk version (#570)
1 parent 29c02a2 commit b34e9cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/arcade/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.3.25201.16",
3+
"version": "10.0.100-preview.5.25230.108",
44
"rollForward": "latestFeature"
55
},
66
"tools": {
7-
"dotnet": "10.0.100-preview.3.25201.16"
7+
"dotnet": "10.0.100-preview.5.25230.108"
88
},
99
"msbuild-sdks": {
1010
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25256.1",

src/arcade/src/Microsoft.DotNet.Helix/Sdk/tools/dotnet-cli/DotNetCli.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<IncludeDotNetCli Condition=" '$(IncludeDotNetCli)' != 'true' ">false</IncludeDotNetCli>
6-
<AspNetCoreRuntimeVersion>10.0.0-preview.3.25172.1</AspNetCoreRuntimeVersion>
6+
<AspNetCoreRuntimeVersion>10.0.0-preview.5.25230.108</AspNetCoreRuntimeVersion>
77
<DotNetCliPackageType Condition=" '$(DotNetCliPackageType)' == '' ">runtime</DotNetCliPackageType>
88
<DotNetCliVersion Condition=" '$(DotNetCliVersion)' == '' AND '$(DotNetCliPackageType)' == 'runtime' ">$(BundledNETCoreAppPackageVersion)</DotNetCliVersion>
99
<!-- TODO (https://github.com/dotnet/arcade/issues/7022): We are hardcoding this version to use the one tied to the SDK version from global.json -->

0 commit comments

Comments
 (0)
0