Wonky.Client/Wonky.Entity/Wonky.Entity.csproj
2023-06-15 09:11:36 +02:00

9 lines
206 B
XML

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