forked from loafle/openapi-generator-original
[csharp] Fix ASP.NET Core 1.0 src location
This commit is contained in:
parent
aa778edbd8
commit
3ed715b26e
@ -11,6 +11,8 @@ import java.util.*;
|
||||
|
||||
public class AspNet5ServerCodegen extends AbstractCSharpCodegen {
|
||||
|
||||
protected String sourceFolder = "src" + File.separator + packageName;
|
||||
|
||||
@SuppressWarnings("hiding")
|
||||
protected Logger LOGGER = LoggerFactory.getLogger(AspNet5ServerCodegen.class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user