furkandeveloper / EasyRepository.EFCore

This repo provides implementation generic repository pattern and specification pattern on Entity Framework Core
MIT License
96 stars 14 forks source link

Upgraded to net6.0 #15

Closed jeffward01 closed 2 years ago

jeffward01 commented 2 years ago

Summary

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 packages

Questions 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

jeffward01 commented 2 years ago

I updated the package to 1.4.1 However, i recommend it is updated to 2.0.0 or perhaps 1.5.0 instead to denote the 'new target framework`

jeffward01 commented 2 years ago

@furkandeveloper - done! updated from 1.4.1 to 1.5.0 in the common.props file

furkandeveloper commented 2 years ago

You are right 2.0.0 would be a more appropriate version. @jeffward01