~ruther/NosSmooth

ref: 3118318ce189879fd59c8c5ad2acf99d5f9d02fe NosSmooth/Core/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 391 bytes
3118318c — Rutherther feat(pcap): support multiple clients for same connection 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