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