disable automatic assembly information

This commit is contained in:
Zontreck 2020-04-10 17:19:52 -07:00
parent d5109180f5
commit 756a23bb68

View file

@ -5,6 +5,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>