~ruther/NosSmooth

ref: 1b78257b6b32ace8a2a8afdf36be8a2f33f10ba7 NosSmooth/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj -rw-r--r-- 629 bytes
1b78257b — Rutherther feat(combat): add errors 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>
Do not follow this link