This commit is contained in:
Rainer Sigwald 2024-09-10 14:29:28 -05:00
Родитель 371d00f5c1
Коммит d93deee6ea
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -57,7 +57,7 @@
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion> <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))"> <PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">
<BootstrapSdkVersion>9.0.100-preview.7.24407.12</BootstrapSdkVersion> <BootstrapSdkVersion>9.0.100-rc.1.24452.12</BootstrapSdkVersion>
</PropertyGroup> </PropertyGroup>
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion"> <Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
<!-- See https://github.com/dotnet/arcade/issues/3386 <!-- See https://github.com/dotnet/arcade/issues/3386

Просмотреть файл

@ -86,7 +86,7 @@ try {
{ {
$buildToolPath = Join-Path $bootstrapRoot "core\dotnet.exe" $buildToolPath = Join-Path $bootstrapRoot "core\dotnet.exe"
# The version must be consistent with BootstrapSdkVersion # The version must be consistent with BootstrapSdkVersion
$buildToolCommand = Join-Path $bootstrapRoot "core\sdk\9.0.100-preview.7.24407.12\MSBuild.dll" $buildToolCommand = Join-Path $bootstrapRoot "core\sdk\9.0.100-rc.1.24452.12\MSBuild.dll"
$buildToolFramework = "net9.0" $buildToolFramework = "net9.0"
} }

Просмотреть файл

@ -60,7 +60,7 @@ if [ $host_type = "core" ]
then then
_InitializeBuildTool="$bootstrapRoot/core/dotnet" _InitializeBuildTool="$bootstrapRoot/core/dotnet"
# The version must be consistent with BootstrapSdkVersion # The version must be consistent with BootstrapSdkVersion
_InitializeBuildToolCommand="$bootstrapRoot/core/sdk/9.0.100-preview.7.24407.12/MSBuild.dll" _InitializeBuildToolCommand="$bootstrapRoot/core/sdk/9.0.100-rc.1.24452.12/MSBuild.dll"
_InitializeBuildToolFramework="net9.0" _InitializeBuildToolFramework="net9.0"
else else
echo "Unsupported hostType ($host_type)" echo "Unsupported hostType ($host_type)"

Просмотреть файл

@ -3,7 +3,7 @@
"allowPrerelease": true "allowPrerelease": true
}, },
"tools": { "tools": {
"dotnet": "9.0.100-preview.7.24407.12", "dotnet": "9.0.100-rc.1.24452.12",
"vs": { "vs": {
"version": "17.8.0" "version": "17.8.0"
}, },