fucking dotnet
Some checks failed
Build / Build Launcher (push) Failing after 3m41s

This commit is contained in:
zznty
2024-10-22 22:31:03 +07:00
parent c1e1a5f284
commit f3b9f9534c
8 changed files with 16 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>