zeroframework/BuildingBlocks/EventBus/ZeroFramework.EventBus.MemoryQueue/ZeroFramework.EventBus.MemoryQueue.csproj
2023-12-05 17:22:48 +08:00

10 lines
323 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZeroFramework.EventBus\ZeroFramework.EventBus.csproj" />
</ItemGroup>
</Project>