-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix the problem preventing running under .NET 7.0 #545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thank you for pulling all this together!
Just a couple of comments.
I'll commit your suggestion and we can change the runtime identifier if necessary Co-authored-by: Gary Ewan Park <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Jericho thank you very much for taking the time to fix this up! |
Merge pull request #545 from Jericho/net6.0 Fix the problem preventing running under .NET 7.0
Upgrade Automapper to its latest release in order resolve the problem under .NET 7.0. However, recent version of AutoMapper have dropped support for .NET 4.8 which means that GitReleaseManager also must drop .NET 4.8
Resolves #530