mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Disable generating AssemblyInfo for all frameworks
There is already a template in the project.
This commit is contained in:
parent
0bbf5e7d32
commit
d2d5479221
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user