Wonky.Client/Wonky.Entity/Wonky.Entity.csproj
2023-09-30 11:10:27 +02:00

9 lines
206 B
XML

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