Skip to content

Commit

Permalink
Merge pull request #938 from christianhelle/renovate/nswag-monorepo
Browse files Browse the repository at this point in the history
Update nswag monorepo to v14.0.8
  • Loading branch information
christianhelle authored Jun 13, 2024
2 parents 45b69ea + 56684b9 commit 33bcf3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="Exceptionless" Version="6.0.4" />
<PackageReference Include="ICSharpCode.CodeConverter" Version="9.2.5.694" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.22.0" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.7" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.7" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.8" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.8" />
<PackageReference Include="Polly" Version="8.4.0" />
<PackageReference Include="Refitter.Core" Version="1.0.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static string Serialize(RefitGeneratorSettings settings)
{
return JsonSerializer.Serialize(
settings,
new()
new JsonSerializerOptions
{
PropertyNameCaseInsensitive = true,
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
Expand Down

0 comments on commit 33bcf3c

Please sign in to comment.