gehgassi_backend/gehGassi.Domain/gehGassi.Domain.csproj

23 lines
893 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.13</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fido2.Models" Version="2.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\gehGassi.Common\gehGassi.Common.csproj" />
<ProjectReference Include="..\gehGassi.Dto\gehGassi.Dto.csproj" />
</ItemGroup>
</Project>