|
|
@@ -15,21 +15,6 @@ |
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile> |
|
|
|
</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\**" /> |
|
|
@@ -57,24 +42,6 @@ |
|
|
|
<Compile Remove="Metadata\JT808UploadLocationRequestProperty.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
|
|
|
<PackageReference Include="System.Buffers" Version="4.5.1" /> |
|
|
|
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Memory" Version="4.5.5" /> |
|
|
|
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" /> |
|
|
|
<PackageReference Include="System.Text.Json" Version="6.0.5" /> |
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' "> |
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
|
|
|
<PackageReference Include="System.Text.Json" Version="6.0.4" /> |
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
|
|
|