~ruther/NosSmooth

ref: 45937a33d1f50cde336dd31a9bc9ef90563bc063 NosSmooth/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj -rw-r--r-- 700 bytes
45937a33 — Rutherther chore(combat): update versions 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
23
<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.2.1" />
      <PackageReference Include="NosSmooth.Game" Version="1.2.1" />
      <PackageReference Include="NosSmooth.Packets" Version="2.2.1" />
    </ItemGroup>

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

</Project>
Do not follow this link