Fix case inconsistency in project.json configuration schema
This commit is contained in:
parent
93efe5741a
commit
4299096a09
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
|||
"default_configuration": "release",
|
||||
"main": "main",
|
||||
"define_constants": {
|
||||
"version": "%ASSEMBLY.VERSION%"
|
||||
"VERSION": "%ASSEMBLY.VERSION%"
|
||||
},
|
||||
"dependencies": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue