Skip to content

Commit

Permalink
initial change (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh authored Jul 19, 2024
1 parent c4bc671 commit 06d9c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"NetCore": {
"type": "computed",
"datatype": "bool",
"value": "(Framework == \"net6.0\" || Framework == \"net7.0\" || Framework == \"net8.0\")"
"value": "(Framework == \"net6.0\" || Framework == \"net7.0\" || Framework == \"net8.0\" || Framework == \"net9.0\")"
},
"namespace": {
"description": "namespace for the generated code",
Expand Down

0 comments on commit 06d9c71

Please sign in to comment.