feat: NetStandard krang plugins are archived to .kpz files

This commit is contained in:
Chris Cameron
2021-02-10 14:21:31 -05:00
parent b44cbe0093
commit ffb00f960d

View File

@@ -25,8 +25,11 @@
<DefineConstants>TRACE;STANDARD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="binNetCoreApp\**" />
<Compile Remove="SIMPLSharpLogs\**" />
<EmbeddedResource Remove="binNetCoreApp\**" />
<EmbeddedResource Remove="SIMPLSharpLogs\**" />
<None Remove="binNetCoreApp\**" />
<None Remove="SIMPLSharpLogs\**" />
</ItemGroup>
<ItemGroup>