version bump (#16657)

This commit is contained in:
devhl-labs
2023-10-11 04:16:06 -04:00
committed by GitHub
parent e3958cba75
commit 2cfce7cd2d
47 changed files with 118 additions and 78 deletions

View File

@@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
</ItemGroup>
<ItemGroup>

View File

@@ -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>

View File

@@ -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" />