ValeraT1982 / ObjectsComparer

C# Framework provides mechanism to compare complex objects, allows to override comparison rules for specific properties and types.
MIT License
352 stars 86 forks source link

.Net core Compatibility #32

Closed rsaeed-volvocars closed 2 years ago

rsaeed-volvocars commented 3 years ago

Is it compatible for .Net Core 3.x and will it be supported for higher versions of .Net core e.g. 5.x or 6.x ?

ValeraT1982 commented 3 years ago

Yes. Package has .NETStandard 1.6, 20, and 2.1 builds. .Net Core 3.0 uses .NETStandard 2.1 (https://docs.microsoft.com/en-us/dotnet/standard/net-standard) and as I know it's OK to reference lower versions

Yes. I'm planning to support high versions in the future.