Infrastructure/Bus.Controllers/Bus.Controllers.csproj

20 lines
543 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bus.App\Bus.App.csproj" />
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
<ProjectReference Include="..\Utils.Web\Utils.Web.csproj" />
</ItemGroup>
</Project>