|
|
@@ -21,11 +21,22 @@ |
|
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers> |
|
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'"> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|AnyCPU'"> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Remove="Formatters\MessageBodyFormatters\**" /> |
|
|
|
<Compile Remove="Metadata\JT808LocationAttachProperties\**" /> |
|
|
|