Wonky.Client/Wonky.Entity/Wonky.Entity.csproj

10 lines
206 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2023-09-30 11:10:27 +02:00
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>