10 lines
256 B
Text
10 lines
256 B
Text
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<Nullable>enable</Nullable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||
|
<DebugType>none</DebugType>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|