InABox.WebSocket.Shared.csproj 501 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  7. <DefineConstants>$(DefineConstants)TRACE;PURGE</DefineConstants>
  8. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  12. </ItemGroup>
  13. </Project>