InABox.Integration.Logikal.csproj 497 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <ImplicitUsings>disable</ImplicitUsings>
  4. <Nullable>disable</Nullable>
  5. <LangVersion>7.3</LangVersion>
  6. <TargetFramework>netstandard2.0</TargetFramework>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\InABox.Integration\InABox.Integration.csproj" />
  13. </ItemGroup>
  14. </Project>