Files
esiur-dotnet/Security/Esiur.Security.Cryptography/Esiur.Security.Cryptography.csproj
T
2026-07-18 00:44:14 +03:00

14 lines
283 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Esiur\Esiur.csproj" />
</ItemGroup>
</Project>