mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 08:22:45 +00:00
Typo error fix (#6620)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user