~ruther/NosSmooth

ref: d42ac940be2be4953dec8a9853fc5801c48dff29 NosSmooth/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj -rw-r--r-- 496 bytes
d42ac940 — Rutherther feat(core): add command pre and post events 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <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>
Do not follow this link