Skip to content

Commit e3362fb

Browse files
HugoMariofrantuma
authored andcommitted
added aspcore net version to templates
1 parent 53e9a34 commit e3362fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AspNetCoreServerCodegen.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ public void processOpts() {
145145
supportingFiles.add(new SupportingFile("2.1/Dockerfile.mustache", packageFolder, "Dockerfile"));
146146
}
147147

148+
additionalProperties.put("aspNetCoreVersion", aspNetCoreVersion);
149+
148150
additionalProperties.put("packageGuid", packageGuid);
149151

150152
additionalProperties.put("dockerTag", this.packageName.toLowerCase());

0 commit comments

Comments
 (0)