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>
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <LangVersion>12.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>
- <Version>1.1.8-preview7</Version>
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
- <AnalysisLevel>latest</AnalysisLevel>
- <EnableNETAnalyzers>true</EnableNETAnalyzers>
- <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
- <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
- <PackageReadmeFile>README.md</PackageReadmeFile>
- <PublishRepositoryUrl>true</PublishRepositoryUrl>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>embedded</DebugType>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
- <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
- <Deterministic>true</Deterministic>
- <EmbedUntrackedSources>true</EmbedUntrackedSources>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
- </ItemGroup>
- </Project>
|