Skip to content

Commit 119d32c

Browse files
HugoMariofrantuma
authored andcommitted
added new options for check
1 parent ead0163 commit 119d32c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/options/AspNetCoreServerOptionsProvider.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public Map<String, String> createOptions() {
2929
.put(CodegenConstants.USE_DATETIME_OFFSET, "true")
3030
.put(CodegenConstants.USE_COLLECTION, "false")
3131
.put(CodegenConstants.RETURN_ICOLLECTION, "false")
32+
.put(CodegenConstants.ASP_NET_CORE_VERSION, "2.2")
33+
.put(CodegenConstants.INTERFACE_ONLY, "false")
34+
.put(CodegenConstants.INTERFACE_CONTROLLER, "false")
3235
.build();
3336
}
3437

0 commit comments

Comments
 (0)