Skip to content

Commit

Permalink
Merge pull request #696 from poppastring/dasblog-cli-fix
Browse files Browse the repository at this point in the history
Updated the runtime config file version number to .NET 8.
  • Loading branch information
poppastring authored Feb 6, 2024
2 parents ee7e62f + 6ee7fba commit b92331f
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 b92331f

Please sign in to comment.