Files
HopFrame/testing/HopFrame.Testing.Api/HopFrame.Testing.Api.csproj
2025-11-30 17:46:54 +01:00

19 lines
546 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HopFrame.Testing\HopFrame.Testing.csproj" />
</ItemGroup>
</Project>