This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1414 } ) ;
1515builder . Services . ConfigureHttpJsonOptions ( options => options . SerializerOptions . PropertyNamingPolicy = JsonNamingPolicy . CamelCase ) ;
1616
17- // Configure swagger to use strings for enums
17+ // Use strings for enums
1818builder . Services . Configure < Microsoft . AspNetCore . Http . Json . JsonOptions > ( options =>
1919{
2020 options . SerializerOptions . Converters . Add ( new System . Text . Json . Serialization . JsonStringEnumConverter ( ) ) ;
You can’t perform that action at this time.
0 commit comments