Files

15 lines
414 B
XML
Raw Permalink Normal View History

2024-01-19 17:25:56 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\SecureBank.Common\SecureBank.Common.csproj" />
<ProjectReference Include="..\SecureBank.Website.API\SecureBank.Website.API.csproj" />
</ItemGroup>
</Project>