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

27 lines
787 B
XML
Raw Normal View History

2018-10-06 13:05:38 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-02-25 00:07:38 +01:00
<TargetFramework>net6.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>
<PackageReference Include="GraphQL.Client" Version="4.0.2" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
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>