|
|
@@ -1,7 +1,7 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;</TargetFrameworks> |
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;</TargetFrameworks> |
|
|
|
<LangVersion>9.0</LangVersion> |
|
|
|
<Copyright>Copyright 2019.</Copyright> |
|
|
|
<Authors>SmallChi(Koike)</Authors> |
|
|
@@ -16,7 +16,7 @@ |
|
|
|
<license>https://github.com/SmallChi/JTActiveSafety/blob/master/LICENSE</license> |
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
|
|
<DocumentationFile>JT808.Protocol.Extensions.JTActiveSafety.xml</DocumentationFile> |
|
|
|
<Version>1.1.0</Version> |
|
|
|
<Version>1.1.1</Version> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|