|
|
@@ -1,7 +1,7 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
<Copyright>Copyright 2018.</Copyright>
|
|
|
|
<Authors>SmallChi</Authors>
|
|
|
@@ -14,12 +14,12 @@ |
|
|
|
<PackageProjectUrl>https://github.com/SmallChi/JT809</PackageProjectUrl>
|
|
|
|
<license>https://github.com/SmallChi/JT809/blob/master/LICENSE</license>
|
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
|
|
<Version>2.1.1</Version>
|
|
|
|
<Version>2.1.2</Version>
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
<DocumentationFile>bin\Release\netstandard2.0\JT809.Protocol.xml</DocumentationFile>
|
|
|
|
<DocumentationFile>JT809.Protocol.xml</DocumentationFile>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
</PropertyGroup>
|
|
|
@@ -102,14 +102,20 @@ |
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
|
|
|
|
<PackageReference Include="System.Buffers" Version="4.5.0" />
|
|
|
|
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
|
|
|
|
<PackageReference Include="System.Memory" Version="4.5.3" />
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
|
|
|
|
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Update="Extensions\JT809PackageExtensionsTemplate.tt">
|
|
|
@@ -122,10 +128,6 @@ |
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Update="Extensions\JT809PackageExtensionsTemplate.cs">
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|