AyCode.Core/AyCode.Utils.Server/AyCode.Utils.Server.csproj

11 lines
264 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Product</Configurations>
</PropertyGroup>
</Project>