Disable generating AssemblyInfo for all frameworks

There is already a template in the project.
This commit is contained in:
Erwin de Haan 2020-01-25 22:08:35 +01:00
parent 0bbf5e7d32
commit d2d5479221

View File

@ -4,6 +4,7 @@
<TargetFrameworks>net40;netstandard2.1</TargetFrameworks>
<RootNamespace>Nikse.SubtitleEdit.Core</RootNamespace>
<AssemblyName>libse</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
@ -34,10 +35,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0"/>