~ruther/NosSmooth

ref: ed1280ef5b7eeac883cf6ec9c3b308bdc91aea5f NosSmooth/Remote/NosSmooth.Cryptography/NosSmooth.Cryptography.csproj -rw-r--r-- 231 bytes
ed1280ef — František Boháček feat: use StringBuilder Append overloads 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>