Future of MediatR and .Net Framework #720
TheNephalim
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Yes new versions do not target the .NET Framework. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Because of insert reason here, I'm still running .NET Framework 4.8 on my projects. I needed to update MediatR in an older project and found it would not install because of the message:
Package MediatR 10.0.1 is not compatible with net48 (.NETFramework,Version=v4.8) / win. Package MediatR 10.0.1 supports: netstandard2.1 (.NETStandard,Version=v2.1)
After looking on NuGet, it appears that since version 10.0.0, MediatR is no longer targeting the .Net Framework.
I just wanted to confirm this is the case.
Beta Was this translation helpful? Give feedback.
All reactions