Fixed code generator compile error

This commit is contained in:
Tatsuro Shibamura
2020-01-22 01:17:58 +09:00
parent c6841c2b54
commit cc0bd070e7

View File

@@ -528,7 +528,6 @@ public class CSharpNetCoreClientCodegen extends AbstractCSharpCodegen {
strategy.configureAdditionalProperties(additionalProperties);
setTargetFrameworkNuget(strategy.getNugetFrameworkIdentifier());
setTargetFramework(strategy.name);
if (strategy != FrameworkStrategy.NETSTANDARD_2_0) {