You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OSI-API/OSI-API.Business/OSI-API.Business.csproj

14 lines
354 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>OSI_API.Business</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Restsharp" Version="106.11.7" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>
</Project>