~ruther/NosSmooth

ref: ae1b3301e659c237a10f742675e1f8db9389d2db NosSmooth/Core/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 391 bytes
ae1b3301 — František Boháček feat: use "in" instead of "ref" in packet serializer 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