Skip to content

Commit

Permalink
Update default framework version to net8.0 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
julesrx authored and AndreyAkinshin committed Dec 29, 2023
1 parent 91f3f7e commit 41b23b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"cases": [
{
"condition": "(consoleApp == true)",
"value": "net6.0"
"value": "net8.0"
},
{
"condition": "(consoleApp == false)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"cases": [
{
"condition": "(consoleApp == true)",
"value": "net6.0"
"value": "net8.0"
},
{
"condition": "(consoleApp == false)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"cases": [
{
"condition": "(consoleApp == true)",
"value": "net6.0"
"value": "net8.0"
},
{
"condition": "(consoleApp == false)",
Expand Down

0 comments on commit 41b23b7

Please sign in to comment.