forked from loafle/openapi-generator-original
version bump (#16657)
This commit is contained in:
@@ -36,7 +36,9 @@ namespace Org.OpenAPITools.Client
|
||||
/// </summary>
|
||||
static ClientUtils()
|
||||
{
|
||||
compareLogic = new CompareLogic();
|
||||
ComparisonConfig comparisonConfig = new ComparisonConfig();
|
||||
comparisonConfig.UseHashCodeIdentifier = true;
|
||||
compareLogic = new CompareLogic(comparisonConfig);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CompareNETObjects" Version="4.61.0" />
|
||||
<PackageReference Include="CompareNETObjects" Version="4.82.0" />
|
||||
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="RestSharp" Version="110.2.0" />
|
||||
|
||||
Reference in New Issue
Block a user