~ruther/NosSmooth

8933958f2f42f4a8e52a3f9d31ea8267caa65b0e — Rutherther 2 years ago 7aed010
chore: update dependencies
1 files changed, 9 insertions(+), 9 deletions(-)

M Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj
M Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj => Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +9 -9
@@ 4,20 4,20 @@
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <TargetFramework>net6.0</TargetFramework>
        <TargetFramework>net7.0</TargetFramework>
    </PropertyGroup>

    
    <ItemGroup>
        <PackageReference Include="Remora.Results" Version="7.2.3" />
        <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
    </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" />
      <ProjectReference Include="..\..\Core\NosSmooth.Core\NosSmooth.Core.csproj" />
      <ProjectReference Include="..\..\Core\NosSmooth.Game\NosSmooth.Game.csproj" />
      <ProjectReference Include="..\..\Data\NosSmooth.Data.Abstractions\NosSmooth.Data.Abstractions.csproj" />
      <ProjectReference Include="..\..\Packets\NosSmooth.Packets\NosSmooth.Packets.csproj" />
      <ProjectReference Include="..\NosSmooth.Extensions.Pathfinding\NosSmooth.Extensions.Pathfinding.csproj" />
    </ItemGroup>

</Project>

Do not follow this link