Disable GenerateAssemblyInfo

Allows netstandard2.0 builds
This commit is contained in:
snow flurry 2023-10-21 13:49:47 -07:00
parent c4df9d8ecb
commit ae89dc5c61

View file

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<Version>1.3.0</Version>
<Copyright>Copyright © 2017</Copyright>