Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set TargetFrameworks solely to "netstandard2.0" #1032

Closed
wants to merge 1 commit into from

Conversation

marco-carvalho
Copy link

Changed the <TargetFrameworks> from netstandard2.0;net6.0 to just netstandard2.0. It shouldn't affect users since netstandard2.0 works with .NET 6.

@crnd
Copy link

crnd commented May 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants