donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `NetStandard.Library` from .csproj file

John0King opened this issue · comments

commented
  <NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>

this line should be remove because it add unnecessary/obsolete dependancy (current netstandard.library version is 1.6.1 ) , it should be remove even you target netstandard

  <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
  <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
  <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>

those line should be remove too, the default value is true, and Properties/AssemblyInfo.cs will be automatic generate ( in obj folder ) , (it will be compile if you remove Properties/AssemblyInfo.cs )