Package 업데이트 분리 작업 진행중

This commit is contained in:
2025-08-18 16:24:13 +09:00
parent e46583f725
commit c7aeee4eee
3 changed files with 70 additions and 8 deletions

View File

@@ -2,10 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<StartupObject>Mitria_Minecraft_Updater.Program</StartupObject>
<AssemblyName>mmu</AssemblyName>
<DebugType>embedded</DebugType>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>