Closed metoule closed 2 years ago
@davideicardi what do you think?
@metoule Fine for me! Good idea!
I think it will probably need a version bump to 3.0.0 though, because it's a breaking change. If needed, here's a SO question to use .NET4.5 with VS2022.
DynamicExpresso is configured for multi-targeting:
.NET 4.5 is reaching end of support on April 26, 2022:
That means that the lowest supported version of .NET Framework is now .NET 4.6.2, which is compatible with
netstandard2.0
.Therefore, I suggest the following:
netstandard2.0
in DynamicExpresso.Corenetcoreapp5.0;netcoreapp3.1;net462
in DynamicExpresso.UnitTest