InABox.RPC.Shared.csproj 515 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <Nullable>enable</Nullable>
  5. <TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="MemoryPack" Version="1.21.4" />
  9. <PackageReference Include="MessagePack.Annotations" Version="2.5.192" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  13. </ItemGroup>
  14. </Project>