diff --git a/.vscode/launch.json b/.vscode/launch.json index f081af2..b454222 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/src/UFiber.Configurator/bin/Debug/net5.0/UFiber.Configurator.dll", + "program": "${workspaceFolder}/src/UFiber.Configurator/bin/Debug/net8.0/UFiber.Configurator.dll", "args": [ "--host", "192.168.200.2", @@ -23,4 +23,4 @@ "stopAtEntry": false } ] -} \ No newline at end of file +} diff --git a/src/UFiber.Configurator/UFiber.Configurator.csproj b/src/UFiber.Configurator/UFiber.Configurator.csproj index dde3eb3..9f49baf 100644 --- a/src/UFiber.Configurator/UFiber.Configurator.csproj +++ b/src/UFiber.Configurator/UFiber.Configurator.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net8.0 enable true