zeroframework/BuildingBlocks/EventBus/ZeroFramework.EventBus/ZeroFramework.EventBus.csproj

7 lines
203 B
XML
Raw Normal View History

2023-12-05 09:22:48 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>