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": [
{
@ -78,7 +78,7 @@
}
],
"configurations": [
{
{
"name": "release",
"build_type": "ncc",
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
@ -93,4 +93,4 @@
}
]
}
}
}