-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgraded to net6.0 #15
Upgraded to net6.0 #15
Conversation
I updated the package to |
common.props
Outdated
<TargetFrameworks>net5.0</TargetFrameworks> | ||
<Version>1.4.0</Version> | ||
<TargetFrameworks>net6.0</TargetFrameworks> | ||
<Version>1.4.1</Version> |
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.
These changes do not affect the minor version. Framework changes should be assigned to higher versions.
So use 1.5.0 instead of 1.4.1.
fyi @jeffward01
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.
These changes do not affect the minor version. Framework changes should be assigned to higher versions.
So use 1.5.0 instead of 1.4.1.
fyi @jeffward01
@furkandeveloper - done! updated from |
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.
You are right 2.0.0 would be a more appropriate version. @jeffward01 |
Summary
net5.0
-->net6.0
What?
Update of all packages and updated target framework
Why?
Please let me know if any issues, I tested it on my local net6.0 project without any issues. Deeper testing should be done, however, I believe it is stable due to no code changes were made, and only the framework version was updated.
How?
Updated the
common.props
file (target frameworks, I removed net5 and replaced with net 6) and all nuget packagesQuestions to Repository Author
This was a very simple upgrade, is there any reason why this was not done earlier? I feel like it was 'to-easy' and I am overlooking something that perhaps you are aware of.
Thanks