From 542b84f20a621738257140d617a9104e99cf25d9 Mon Sep 17 00:00:00 2001 From: Kade Date: Sat, 28 Oct 2023 00:19:04 -0400 Subject: [PATCH] Update to .NET 6 --- .vscode/launch.json | 2 +- console/console.csproj | 8 ++++---- library/library.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c83a1f8..7912ac3 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}/console/bin/Debug/net5.0/SporeDownloader.dll", + "program": "${workspaceFolder}/console/bin/Debug/net6.0/SporeDownloader.dll", "args": [ "user", "DOGC_Kyle" diff --git a/console/console.csproj b/console/console.csproj index 612f744..3a04588 100644 --- a/console/console.csproj +++ b/console/console.csproj @@ -6,13 +6,13 @@ Exe - net5.0 + net6.0 - SporeDownloader SporeDownloader @@ -23,4 +23,4 @@ enable - + \ No newline at end of file diff --git a/library/library.csproj b/library/library.csproj index 2991887..4de8048 100644 --- a/library/library.csproj +++ b/library/library.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 enable