sharp-chat/SharpChatCommon/SharpChatCommon.csproj

11 lines
254 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>SharpChat</RootNamespace>
</PropertyGroup>
</Project>