VoiDPlugins/Directory.Build.props
2022-01-21 00:06:07 +08:00

12 lines
No EOL
330 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Version>0.3.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType>embedded</DebugType>
</PropertyGroup>
</Project>