Skip to content

Commit 89008f3

Browse files
authored
Update SDK to preview 1 release (#14485)
1 parent 6984e44 commit 89008f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<IsShipping>false</IsShipping>
1414
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1515
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
16+
<RepositoryUrl>https://github.com/dotnet/arcade</RepositoryUrl>
1617
</PropertyGroup>
1718

1819
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100-alpha.1.23615.4"
3+
"dotnet": "9.0.100-preview.1.24101.2"
44
},
55
"msbuild-sdks": {
66
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24112.1",

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>9.0.0-alpha.1.23614.6</AspNetCoreRuntimeVersion>
6+
<AspNetCoreRuntimeVersion>9.0.0-preview.1.24081.5</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)