Disable GenerateAssemblyInfo
Allows netstandard2.0 builds
This commit is contained in:
parent
c4df9d8ecb
commit
ae89dc5c61
|
@ -1,6 +1,7 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
|
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
<Copyright>Copyright © 2017</Copyright>
|
<Copyright>Copyright © 2017</Copyright>
|
||||||
|
|
Loading…
Reference in a new issue