Files
LaDOSE/LaDOSE.Src/LaDOSE.REST/LaDOSE.REST.csproj
darkstack 73407e5867
Some checks failed
Build App / Build (push) Failing after 43s
Dot net 8
2025-02-09 22:30:00 +01:00

19 lines
460 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LaDOSE.DTO\LaDOSE.DTO.csproj" />
</ItemGroup>
</Project>