Skip to content

Commit

Permalink
oops, forgot to change runtime config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbclifford committed Mar 1, 2024
1 parent c4edc06 commit 56ed209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common/test.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.NETCore.App",
"version": "7.0.0"
"version": "8.0.0"
},
"configProperties": {
"System.GC.Concurrent": false,
Expand Down

0 comments on commit 56ed209

Please sign in to comment.