~ruther/NosSmooth

ref: f0507f74c29dcda0f857bb7401191db755b430fd NosSmooth/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj -rw-r--r-- 629 bytes
f0507f74 — Rutherther feat(combat): add combat operations 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="NosSmooth.Core" Version="1.1.1" />
      <PackageReference Include="NosSmooth.Game" Version="1.1.0" />
    </ItemGroup>

    <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
      <PackageReference Include="NosSmooth.Extensions.Pathfinding" Version="1.0.0" />
    </ItemGroup>

</Project>