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

10 lines
209 B
XML

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