fix c# net35 issue, add xml doc to new C# class (#5756)

This commit is contained in:
wing328
2017-06-01 07:53:35 +08:00
committed by GitHub
parent 98684d872c
commit 08a11c1d75
16 changed files with 272 additions and 33 deletions

View File

@@ -212,6 +212,7 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
additionalProperties.remove("supportsAsync");
}
additionalProperties.put("validatable", false);
additionalProperties.put("net35", true);
} else if (NETSTANDARD.equals(this.targetFramework)){
setTargetFrameworkNuget("netstandard1.3");
setSupportsAsync(Boolean.TRUE);