зеркало из https://github.com/dotnet/msbuild.git
Use RC1 SDK
This commit is contained in:
Родитель
371d00f5c1
Коммит
d93deee6ea
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче