Fix case inconsistency in project.json configuration schema
This commit is contained in:
parent
0caabd860d
commit
389b38283e
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": [
|
||||
{
|
||||
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
{
|
||||
"name": "release",
|
||||
"build_type": "ncc",
|
||||
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
||||
|
@ -93,4 +93,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue