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>
- <PropertyGroup>
- <TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0;</TargetFrameworks>
- <LangVersion>10.0</LangVersion>
- <Copyright>Copyright 2018.</Copyright>
- <Authors>SmallChi(Koike)</Authors>
- <RepositoryUrl>https://github.com/SmallChi/JT808</RepositoryUrl>
- <PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl>
- <licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
- <license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
- <Version>2.4.5</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>
|