Renaming csharp_namespace
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user