InABox.Client.RPC.csproj 764 B

123456789101112131415161718192021
  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. <ProjectReference Include="..\InABox.Formatters.MemoryPack\InABox.Formatters.MemoryPack.csproj" />
  9. <ProjectReference Include="..\InABox.RPC.Shared\InABox.RPC.Shared.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="H.Formatters" Version="15.0.0" />
  13. <PackageReference Include="H.Formatters.MessagePack" Version="15.0.0" />
  14. <PackageReference Include="H.Pipes" Version="15.0.0" />
  15. <PackageReference Include="WebSocket4Net" Version="0.15.2" />
  16. </ItemGroup>
  17. </Project>