Files
LaDOSE/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj

28 lines
869 B
XML
Raw Permalink Normal View History

2018-10-06 13:05:38 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-02-09 22:30:00 +01:00
<TargetFramework>net8.0</TargetFramework>
2018-10-06 13:05:38 +02:00
<AssemblyName>LaDOSE.Business</AssemblyName>
<RootNamespace>LaDOSE.Business</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
2018-10-06 13:05:38 +02:00
</PropertyGroup>
<ItemGroup>
2025-02-09 22:30:00 +01:00
<PackageReference Include="GraphQL.Client" Version="6.1.0" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.12" />
2023-07-12 05:06:18 +02:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2018-10-06 13:05:38 +02:00
<ItemGroup>
<ProjectReference Include="..\LaDOSE.Entity\LaDOSE.Entity.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="ChallongeCSharpDriver">
2019-05-29 02:32:25 +02:00
<HintPath>..\Libraries\ChallongeCSharpDriver.dll</HintPath>
</Reference>
</ItemGroup>
2018-10-06 13:05:38 +02:00
</Project>