From a230588aca50eb8c348bc2192969cd4be38c64cc Mon Sep 17 00:00:00 2001 From: Omer Date: Thu, 23 May 2024 09:37:26 +0300 Subject: [PATCH] Fix build issue when using dotnet 8.0.300 (#18712) https://github.com/dotnet/sdk/issues/40445 --- .../src/main/resources/csharp/netcore_project.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openapi-generator/src/main/resources/csharp/netcore_project.mustache b/modules/openapi-generator/src/main/resources/csharp/netcore_project.mustache index 010d2d72e92..a7113a6cb80 100644 --- a/modules/openapi-generator/src/main/resources/csharp/netcore_project.mustache +++ b/modules/openapi-generator/src/main/resources/csharp/netcore_project.mustache @@ -21,6 +21,7 @@ {{.}}{{/releaseNote}}{{#packageTags}} {{{.}}}{{/packageTags}}{{#nrt}} {{#useGenericHost}}enable{{/useGenericHost}}{{^useGenericHost}}annotations{{/useGenericHost}}{{/nrt}} + false