Files
encryption/AESExample/AESExample.csproj
2024-10-20 23:08:53 +07:00

12 lines
312 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>RsaExample</RootNamespace>
</PropertyGroup>
</Project>