diff --git a/Directory.Build.props b/Directory.Build.props
index 9ed0b88..5a5f8e2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -32,7 +32,7 @@
0.3.0
0.18.0
0.2.0
- 0.25.1
+ 0.25.2
0.12.2
0.9.0
0.9.0
diff --git a/generators/csharp/OpenApiCodegen.CSharp/OpenApiCodegen.CSharp.props b/generators/csharp/OpenApiCodegen.CSharp/OpenApiCodegen.CSharp.props
index eddf0e6..0d8a37c 100644
--- a/generators/csharp/OpenApiCodegen.CSharp/OpenApiCodegen.CSharp.props
+++ b/generators/csharp/OpenApiCodegen.CSharp/OpenApiCodegen.CSharp.props
@@ -37,25 +37,31 @@
true
@(JsonSchemaDocument->'true')
+ @(JsonSchemaDocument->'%(Link)')
@(JsonSchemaDocument->'%(Namespace)')
+ @(JsonSchemaDocument->'%(PathPrefix)')
+ @(JsonSchemaDocument->'%(Configuration)')
@(JsonSchemaDocument->'%(SchemaId)')
- @(JsonSchemaDocument->'%(Link)')
@(OpenApiSchemaMvcServer->'true')
@(OpenApiSchemaMvcServer->'%(Link)')
@(OpenApiSchemaMvcServer->'%(Namespace)')
- @(OpenApiSchemaMvcServer->'%(PathPrefix)')
- @(OpenApiSchemaMvcServer->'%(Configuration)')
+ @(OpenApiSchemaMvcServer->'%(PathPrefix)')
+ @(OpenApiSchemaMvcServer->'%(Configuration)')
@(OpenApiSchemaMvcServer->'%(SchemaId)')
@(OpenApiSchemaClient->'true')
@(OpenApiSchemaClient->'%(Link)')
@(OpenApiSchemaClient->'%(Namespace)')
+ @(OpenApiSchemaClient->'%(PathPrefix)')
+ @(OpenApiSchemaClient->'%(Configuration)')
@(OpenApiSchemaClient->'%(SchemaId)')
@(OpenApiSchemaWebhookClient->'true')
@(OpenApiSchemaWebhookClient->'%(Link)')
@(OpenApiSchemaWebhookClient->'%(Namespace)')
+ @(OpenApiSchemaWebhookClient->'%(PathPrefix)')
+ @(OpenApiSchemaWebhookClient->'%(Configuration)')
@(OpenApiSchemaWebhookClient->'%(SchemaId)')
@(OpenApiSchemaOptions->'true')