~ruther/NosSmooth

ref: 994887921b673b3b94cc395ebe16811ee0a5347d NosSmooth/Core/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 222 bytes
99488792 — Rutherther feat(pcap): add mechanism to remove sniffed packets and remove hanging connections 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>