From 2728e62e7cee3eb9487e88792bb12267bbb95456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=EC=84=B8=EC=9D=B8?= Date: Sun, 22 Jan 2023 08:46:45 +0000 Subject: [PATCH] update csproj files --- .vscode/launch.json | 2 +- CmlLib/CmlLib.csproj | 5 ++++- CmlLibCoreSample/CmlLibCoreSample.csproj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b7a17eb..aa74641 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net7.0/CmlLibCoreSample.dll", + "program": "${workspaceFolder}/CmlLibCoreSample/bin/Debug/net6.0/CmlLibCoreSample.dll", "args": [], "cwd": "${workspaceFolder}/CmlLibCoreSample", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/CmlLib/CmlLib.csproj b/CmlLib/CmlLib.csproj index 8d198c8..a799c6b 100644 --- a/CmlLib/CmlLib.csproj +++ b/CmlLib/CmlLib.csproj @@ -8,7 +8,7 @@ Minecraft Launcher Library for .NET Support all version, forge, optifine - Copyright (c) 2021 AlphaBs + Copyright (c) 2023 AlphaBs https://github.com/CmlLib/CmlLib.Core https://github.com/CmlLib/CmlLib.Core icon.png @@ -19,6 +19,7 @@ Support all version, forge, optifine AlphaBs CmlLib.Core + README.md @@ -41,7 +42,9 @@ Support all version, forge, optifine + + diff --git a/CmlLibCoreSample/CmlLibCoreSample.csproj b/CmlLibCoreSample/CmlLibCoreSample.csproj index e77fc62..e6ec59a 100644 --- a/CmlLibCoreSample/CmlLibCoreSample.csproj +++ b/CmlLibCoreSample/CmlLibCoreSample.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0