Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
askazakov committed Jul 19, 2023
1 parent 1ce8f0b commit 8312c1c
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 @@ -90,7 +90,7 @@
"datatype": "string",
"cases": [
{
"condition": "(framework == '' && consoleApp == true)",
"condition": "(consoleApp == true)",
"value": "net6.0"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"datatype": "string",
"cases": [
{
"condition": "(framework == '' && consoleApp == true)",
"condition": "(consoleApp == true)",
"value": "net6.0"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"datatype": "string",
"cases": [
{
"condition": "(framework == '' && consoleApp == true)",
"condition": "(consoleApp == true)",
"value": "net6.0"
},
{
Expand Down

0 comments on commit 8312c1c

Please sign in to comment.