Files
DMS/DMS.Application/DMS.Application.csproj

17 lines
379 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Services\" />
<Folder Include="DTOs\" />
<Folder Include="Interfaces\" />
<Folder Include="Exceptions\" />
</ItemGroup>
</Project>