InABox.Integration.Logikal.csproj 581 B

12345678910111213141516171819
  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="H.Formatters.Newtonsoft.Json" Version="13.0.59" />
  10. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\InABox.Integration\InABox.Integration.csproj" />
  14. </ItemGroup>
  15. </Project>