CompetitionAPI_dotnet/Competition.BLL/Competition.BLL.csproj

19 lines
457 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="SYSTEM\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Competition.IBLL\Competition.IBLL.csproj" />
<ProjectReference Include="..\Competition.IDAL\Competition.IDAL.csproj" />
</ItemGroup>
</Project>