aboutsummaryrefslogtreecommitdiff
path: root/server/server.csproj
blob: 125f4c93bc98c2ee5a8520de3a0017a6c86f5047 (plain) (blame)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net9.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>