ICommunication.csproj 338 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\EventBroker\EventBroker.Common\EventBroker.Common.csproj" />
  9. </ItemGroup>
  10. </Project>