From 6ee7fbafaa51d57f37c5e8abad9b9079604635de Mon Sep 17 00:00:00 2001 From: Mark Downie Date: Mon, 5 Feb 2024 23:06:54 -0500 Subject: [PATCH] Update to define the runtime config file. --- source/DasBlog.CLI/dasblog-core.runtimeconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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