Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit f0814b3

Browse files
committed
2 parents 185b86f + ef2723f commit f0814b3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

AppImageGenerator.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.13" />
1413
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
1514
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
1615
<PackageReference Include="SkiaSharp" Version="3.119.1" />
1716
<!-- <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.3" /> -->
1817
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.119.1" />
1918
<PackageReference Include="SkiaSharp.Svg" Version="1.60.0" />
2019
<PackageReference Include="Svg.Skia" Version="3.2.1" />
21-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
2220
</ItemGroup>
2321

2422
</Project>

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
});
1515
builder.Services.ConfigureHttpJsonOptions(options => options.SerializerOptions.PropertyNamingPolicy = JsonNamingPolicy.CamelCase);
1616

17-
// Configure swagger to use strings for enums
17+
// Use strings for enums
1818
builder.Services.Configure<Microsoft.AspNetCore.Http.Json.JsonOptions>(options =>
1919
{
2020
options.SerializerOptions.Converters.Add(new System.Text.Json.Serialization.JsonStringEnumConverter());

0 commit comments

Comments
 (0)