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

10 lines
206 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-06-20 08:08:25 +02:00
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>