Skip to content

Commit b92331f

Browse files
authored
Merge pull request #696 from poppastring/dasblog-cli-fix
Updated the runtime config file version number to .NET 8.
2 parents ee7e62f + 6ee7fba commit b92331f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/DasBlog.CLI/dasblog-core.runtimeconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"runtimeOptions": {
3-
"tfm": "net6.0",
3+
"tfm": "net8.0",
44
"framework": {
55
"name": "Microsoft.AspNetCore.App",
6-
"version": "6.0.0"
6+
"version": "8.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)