Closed marco-carvalho closed 6 months ago
Making this change would mean that Microsoft.Bcl.AsyncInterfaces
would be referenced for users that are on .NET 6 or newer. There's currently a conditional package reference defined in Mediator.csproj
to circumvent the issue.
Changed the
<TargetFrameworks>
fromnetstandard2.0;net6.0
to justnetstandard2.0
. It shouldn't affect users sincenetstandard2.0
works with .NET 6.