You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk">
- <Import Project="..\Version.props" />
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <LangVersion>8.0</LangVersion>
- <Copyright>Copyright 2019.</Copyright>
- <Authors>SmallChi(Koike)</Authors>
- <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
- <SignAssembly>false</SignAssembly>
- <RepositoryUrl>https://github.com/SmallChi/JT808Gateway</RepositoryUrl>
- <PackageProjectUrl>https://github.com/SmallChi/JT808Gateway</PackageProjectUrl>
- <licenseUrl>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</licenseUrl>
- <license>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</license>
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
- <Description>基于Pipeline实现的JT808Gateway的抽象库</Description>
- <PackageReleaseNotes>基于Pipeline实现的JT808Gateway的抽象库</PackageReleaseNotes>
- <PackageId>JT808.Gateway.Abstractions</PackageId>
- <Product>JT808.Gateway.Abstractions</Product>
- <Version>$(JT808GatewayPackageVersion)</Version>
- </PropertyGroup>
- <ItemGroup>
- <Protobuf Include="Protos\JT808Gateway.proto" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Google.Protobuf" Version="3.11.2" />
- <PackageReference Include="Grpc.Core" Version="2.26.0" />
- <PackageReference Include="Grpc.Tools" Version="2.26.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="JT808" Version="2.2.3" />
- <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.0" />
- </ItemGroup>
- <ItemGroup>
- <None Include="..\..\LICENSE" Pack="true" PackagePath="" />
- </ItemGroup>
- </Project>
|