~ruther/NosSmooth

ref: 99aaa9b108e0e125d0c7795f4d35bcc3ba8e0b90 NosSmooth/Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj -rw-r--r-- 1.1 KiB
99aaa9b1 — Rutherther Merge pull request #71 from plsfixrito/PtctlPacket- 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <Description>NosSmooth extension for finding paths and walking found paths.</Description>
        <Description>NosSmooth extension allowing for finding paths on maps.</Description>
        <VersionPrefix>1.2.0</VersionPrefix>
        <PackageReleaseNotes>React to su and tp packet by changing character position.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
      <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
      <PackageReference Include="Remora.Results" Version="7.2.3" />
    </ItemGroup>

    <ItemGroup>
      <ProjectReference Include="..\..\Core\NosSmooth.Core\NosSmooth.Core.csproj" />
      <ProjectReference Include="..\..\Data\NosSmooth.Data.Abstractions\NosSmooth.Data.Abstractions.csproj" />
    </ItemGroup>

</Project>
Do not follow this link