diff --git a/source/DasBlog.CLI/dasblog-core.runtimeconfig.json b/source/DasBlog.CLI/dasblog-core.runtimeconfig.json index 4fcddaf2..81cb4d75 100644 --- a/source/DasBlog.CLI/dasblog-core.runtimeconfig.json +++ b/source/DasBlog.CLI/dasblog-core.runtimeconfig.json @@ -1,9 +1,9 @@ { "runtimeOptions": { - "tfm": "net6.0", + "tfm": "net8.0", "framework": { "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" + "version": "8.0.0" } } } \ No newline at end of file