Src/LatLongNet/LatLongNet.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>31B5C92F-CD29-4833-8119-F28E3BDCCCFD</ProjectGuid>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<Title>$(AssemblyName)</Title>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Company>Guilherme Branco Stracini ME</Company>
<Author>Guilherme Branco Stracini ME</Author>
<Copyright>© 2023 Guilherme Branco Stracini ME</Copyright>
<PackageProjectUrl>https://guibranco.github.io/LatLongNet-SDK-dotnet</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>The LatLong.Net SDK client for .NET projects</Description>
<RepositoryType>GIT</RepositoryType>
<RepositoryUrl>https://github.com/guibranco/LatLongNet-SDK-dotnet</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>