Update build process and disable debug mode

This commit is contained in:
2025-01-10 20:46:18 +08:00
parent 73f4e4b0f5
commit cdc4336ed5
6 changed files with 17 additions and 12 deletions

View File

@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>oni_prio</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp-firstpass">