bgc/BGC.Common/BGC.Common.csproj

9 lines
216 B
XML
Raw Normal View History

2024-08-05 03:22:49 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>