~ruther/NosSmooth

ref: b91870a525340f7604b92910f2d3dd2559930b53 NosSmooth/Core/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 222 bytes
b91870a5 — Rutherther feat(pcap): try to guess packet is world packet if no encryption key is detected 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

</Project>