~ruther/NosSmooth

ref: da0563066d4dc554f5078a44c4ced1a733f68063 NosSmooth/Core/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 391 bytes
da056306 — Rutherther feat(pathfinding): add MateWalkTo to WalkManager 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <VersionPrefix>1.0.1</VersionPrefix>
        <PackageReleaseNotes>Add support for f_stash_end, c_close packets in unknown deserialization.</PackageReleaseNotes>
    </PropertyGroup>

</Project>
Do not follow this link