Skip to content

Commit

Permalink
Update to define the runtime config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
poppastring committed Feb 6, 2024
1 parent ee7e62f commit 6ee7fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/DasBlog.CLI/dasblog-core.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"tfm": "net8.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "6.0.0"
"version": "8.0.0"
}
}
}

0 comments on commit 6ee7fba

Please sign in to comment.