Renaming csharp_namespace

This commit is contained in:
K35
2022-01-10 14:15:06 +00:00
parent 8419ecdd09
commit 6236a14377
4 changed files with 5 additions and 5 deletions

View File

@ -10443,7 +10443,7 @@ function toCSharpType(type) {
var CSharpTarget = class extends CompileTarget {
name = "c#";
get namespace() {
return this.options.CSharp_Namespace || "JRPC";
return this.options.csharp_namespace || "JRPC";
}
start() {
this.writeFile(this.namespace + ".csproj", this.getTemplate("CSharp/CSharp.csproj"));