InkForge/app/InkForge.Desktop/InkForge.Desktop.csproj

11 lines
261 B
XML
Raw Normal View History

2024-02-02 18:46:24 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>InkForge.Desktop</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>