Api-PWA/DocuMed.Infrastructure/DocuMed.Infrastructure.csproj

22 lines
456 B
XML
Raw Normal View History

2023-10-10 18:01:21 +03:30
<Project Sdk="Microsoft.NET.Sdk">
2023-10-10 17:02:38 +03:30
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Refit" Version="6.3.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DocuMed.Core\DocuMed.Core.csproj" />
</ItemGroup>
2023-10-10 18:01:21 +03:30
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
2023-10-10 17:02:38 +03:30
</Project>