InABox.Client.RPC.csproj 733 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <Nullable>enable</Nullable>
  5. <TargetFramework>netstandard2.1</TargetFramework>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\InABox.RPC.Shared\InABox.RPC.Shared.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="H.Formatters" Version="15.0.0" />
  12. <PackageReference Include="H.Formatters.BinaryFormatter" 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>