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.
 
 
 

33 line
1.4 KiB

  1. <Project>
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <LangVersion>12.0</LangVersion>
  5. <Copyright>Copyright 2019.</Copyright>
  6. <Authors>SmallChi(Koike)</Authors>
  7. <RepositoryUrl>https://github.com/SmallChi/JT808Gateway</RepositoryUrl>
  8. <PackageProjectUrl>https://github.com/SmallChi/JT808Gateway</PackageProjectUrl>
  9. <licenseUrl>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</licenseUrl>
  10. <license>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</license>
  11. <Version>1.1.8-preview7</Version>
  12. <PackageLicenseFile>LICENSE</PackageLicenseFile>
  13. <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
  14. <AnalysisLevel>latest</AnalysisLevel>
  15. <EnableNETAnalyzers>true</EnableNETAnalyzers>
  16. <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
  17. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  18. <PackageReadmeFile>README.md</PackageReadmeFile>
  19. <PublishRepositoryUrl>true</PublishRepositoryUrl>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>embedded</DebugType>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  24. <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
  25. <Deterministic>true</Deterministic>
  26. <EmbedUntrackedSources>true</EmbedUntrackedSources>
  27. </PropertyGroup>
  28. <ItemGroup>
  29. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
  30. </ItemGroup>
  31. </Project>