<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>NosSmooth extension for finding paths and walking found paths.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>NosSmooth extension allowing for finding paths on maps.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NosSmooth.Core" Version="1.1.1" />
<PackageReference Include="NosSmooth.Data.Abstractions" Version="2.0.0" />
</ItemGroup>
</Project>