From 1d292cb49b6ea96813a2dfa035fd0241e4647fac Mon Sep 17 00:00:00 2001 From: Mingbo Peng Date: Mon, 12 Aug 2024 12:11:40 -0400 Subject: [PATCH] fix(template): update template --- .openapi-generator/templates/csharp/model.mustache | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.openapi-generator/templates/csharp/model.mustache b/.openapi-generator/templates/csharp/model.mustache index 175b0bf..7fc06d0 100644 --- a/.openapi-generator/templates/csharp/model.mustache +++ b/.openapi-generator/templates/csharp/model.mustache @@ -1,4 +1,5 @@ {{>partial_header}} +extern alias LBTNewtonsoft; using System; using System.Linq; using System.IO; @@ -10,8 +11,8 @@ using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; -using Newtonsoft.Json; -using Newtonsoft.Json.Converters; +using LBTNewtonsoft::Newtonsoft.Json; +using LBTNewtonsoft::Newtonsoft.Json.Converters; using HoneybeeSchema; {{#models}} {{#model}}