Fix case inconsistency in project.json configuration schema

This commit is contained in:
netkas 2024-09-19 14:00:33 -04:00
parent 0caabd860d
commit 389b38283e

View file

@ -43,7 +43,7 @@
"default_configuration": "release",
"main": "main",
"define_constants": {
"version": "%ASSEMBLY.VERSION%"
"VERSION": "%ASSEMBLY.VERSION%"
},
"dependencies": [
{