Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;</TargetFrameworks>
- <LangVersion>8.0</LangVersion>
- <Copyright>Copyright 2019.</Copyright>
- <Authors>SmallChi(Koike)</Authors>
- <PackageId>JT808.Protocol.Extensions.JT1078</PackageId>
- <Product>JT808.Protocol.Extensions.JT1078</Product>
- <Description>基于JT808协议、GB808协议扩展的视频消息协议</Description>
- <PackageReleaseNotes>基于JT808协议、GB808协议扩展的视频消息协议</PackageReleaseNotes>
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
- <RepositoryUrl>https://github.com/SmallChi/JT1078</RepositoryUrl>
- <PackageProjectUrl>https://github.com/SmallChi/JT1078</PackageProjectUrl>
- <licenseUrl>https://github.com/SmallChi/JT1078/blob/master/LICENSE</licenseUrl>
- <license>https://github.com/SmallChi/JT1078/blob/master/LICENSE</license>
- <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
- <Version>2.3.6</Version>
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
- <DocumentationFile>JT808.Protocol.Extensions.JT1078.xml</DocumentationFile>
- </PropertyGroup>
-
- <ItemGroup>
- <None Include="..\..\LICENSE">
- <Pack>True</Pack>
- <PackagePath></PackagePath>
- </None>
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="JT808" Version="2.3.7" />
- </ItemGroup>
-
-
- </Project>
|