Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <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>
- <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>
- <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
- <Version>$(JT808GatewayPackageVersion)</Version>
- <SignAssembly>false</SignAssembly>
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
- <PackageId>JT808.Gateway.WebApiClientTool</PackageId>
- <Product>JT808.Gateway.WebApiClientTool</Product>
- <Description>基于Pipeline的WebApiClient客户端调用工具</Description>
- <PackageReleaseNotes>基于Pipeline的WebApiClient客户端调用工具</PackageReleaseNotes>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <DocumentationFile>JT808.Gateway.WebApiClientTool.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DocumentationFile>JT808.Gateway.WebApiClientTool.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <None Include="..\..\LICENSE" Pack="true" PackagePath="" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.7" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\JT808.Gateway.Abstractions\JT808.Gateway.Abstractions.csproj" />
- </ItemGroup>
- </Project>
|