Skip to content

Commit

Permalink
fix(template): update template
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Aug 12, 2024
1 parent 297dfce commit 1d292cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .openapi-generator/templates/csharp/model.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{>partial_header}}
extern alias LBTNewtonsoft;
using System;
using System.Linq;
using System.IO;
Expand All @@ -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}}
Expand Down

0 comments on commit 1d292cb

Please sign in to comment.