Skip to content

Commit

Permalink
Use full namespace for JsonConverterAttribute, RicoSuter/NSwag#3871
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Feb 16, 2022
1 parent e2a60bc commit eb20a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "{{ ToolchainVersion }}")]
{%- if UseSystemTextJson -%}
internal class JsonInheritanceConverterAttribute : JsonConverterAttribute
internal class JsonInheritanceConverterAttribute : System.Text.Json.Serialization.JsonConverterAttribute
{
public string DiscriminatorName { get; }

Expand Down

0 comments on commit eb20a66

Please sign in to comment.