зеркало из https://github.com/AvaloniaUI/Avalonia.git
Fix NET8 build
This commit is contained in:
Родитель
ceb172f227
Коммит
e9519e2719
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup Condition="$(NETCoreSdkVersion.StartsWith('7.0'))">
|
||||
<PropertyGroup Condition="$([MSBuild]::VersionGreaterThanOrEquals($(NETCoreSdkVersion), '7.0'))">
|
||||
<DefineConstants>$(DefineConstants);NET7SDK</DefineConstants>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче