Files
parr_api/PARR.EsppApi/PARR.EsppApi.csproj

22 lines
781 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.16" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.16" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.16" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.16" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.16" />
</ItemGroup>
2023-11-20 16:59:58 +10:00
<ItemGroup>
<ProjectReference Include="..\PARR.Domain\PARR.Domain.csproj" />
2023-11-20 16:59:58 +10:00
</ItemGroup>
</Project>