Files
SecureBank/SecureBank.API/SecureBank.API.Encryption/SecureBank.API.Encryption.csproj
2024-01-23 15:41:59 +01:00

14 lines
325 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
</ItemGroup>
</Project>