InABox.RPC.Shared.csproj 531 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <Nullable>enable</Nullable>
  5. <TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
  6. <Configurations>Debug;Release;Publish</Configurations>
  7. <Platforms>AnyCPU</Platforms>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  11. <ProjectReference Include="..\InABox.Formatters.Core\InABox.Formatters.Core.csproj" />
  12. </ItemGroup>
  13. </Project>