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",
|
"default_configuration": "release",
|
||||||
"main": "main",
|
"main": "main",
|
||||||
"define_constants": {
|
"define_constants": {
|
||||||
"version": "%ASSEMBLY.VERSION%"
|
"VERSION": "%ASSEMBLY.VERSION%"
|
||||||
},
|
},
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "release",
|
"name": "release",
|
||||||
"build_type": "ncc",
|
"build_type": "ncc",
|
||||||
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
||||||
|
@ -93,4 +93,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue