forked from loafle/openapi-generator-original
Typo error fix (#6620)
This commit is contained in:
parent
90010da61d
commit
e49e7a056b
@ -225,8 +225,8 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
|
||||
setTargetFrameworkNuget("uwp");
|
||||
setSupportsAsync(Boolean.TRUE);
|
||||
setSupportsUWP(Boolean.TRUE);
|
||||
additionalProperties.put("supportsAsync", this.supportsUWP);
|
||||
additionalProperties.put("supportsUWP", this.supportsAsync);
|
||||
additionalProperties.put("supportsAsync", this.supportsAsync);
|
||||
additionalProperties.put("supportsUWP", this.supportsUWP);
|
||||
|
||||
} else {
|
||||
setTargetFrameworkNuget("net45");
|
||||
|
Loading…
x
Reference in New Issue
Block a user