업데이트 분리 작업
- 패키지 업데이트 분리 작업 - 라이센스 정리 작업 - 타겟 프레임워크 정리
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<StartupObject>Mitria_Minecraft_Updater.Program</StartupObject>
|
||||
<AssemblyName>mmu</AssemblyName>
|
||||
<DebugType>embedded</DebugType>
|
||||
|
@@ -253,6 +253,7 @@ namespace Mitria_Minecraft_Updater
|
||||
Console.WriteLine("Update Complete");
|
||||
}
|
||||
|
||||
|
||||
public static void ComponentUpdate(string serverName, VersionType versionType)
|
||||
{
|
||||
CommonLibrary.DataPatchInformation dataPatchInformation = Settings.LoadDataPatchInformation(serverName);
|
||||
|
Reference in New Issue
Block a user