KoogleApp/Koogle.Application_OLD/Koogle.Application.csproj

19 lines
494 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="16.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Koogle.Domain\Koogle.Domain.csproj" />
<ProjectReference Include="..\Koogle.Infrastructure\Koogle.Infrastructure.csproj" />
</ItemGroup>
</Project>