11 строки
189 B
Plaintext
11 строки
189 B
Plaintext
|
<Project>
|
||
|
|
||
|
|
||
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
||
|
<DefineConstants>$(DefineConstants);NET5_0_OR_GREATER</DefineConstants>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
|
||
|
|
||
|
</Project>
|