21 lines
919 B

  1. <Project>
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <LangVersion>7.3</LangVersion>
  5. <Copyright>Copyright 2018.</Copyright>
  6. <Authors>SmallChi(Koike)</Authors>
  7. <RepositoryUrl>https://github.com/SmallChi/JT808DotNetty</RepositoryUrl>
  8. <PackageProjectUrl>https://github.com/SmallChi/JT808DotNetty</PackageProjectUrl>
  9. <licenseUrl>https://github.com/SmallChi/JT808DotNetty/blob/master/LICENSE</licenseUrl>
  10. <license>https://github.com/SmallChi/JT808DotNetty/blob/master/LICENSE</license>
  11. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  12. <Version>2.2.0</Version>
  13. <SignAssembly>false</SignAssembly>
  14. <PackageLicenseFile>LICENSE</PackageLicenseFile>
  15. <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <None Include="..\..\LICENSE" Pack="true" PackagePath="" />
  19. </ItemGroup>
  20. </Project>