Drop support for target net45
moh-hassan opened this issue · 1 comments
moh-hassan commented
It's planned in the next release of dropping net45.
The reason is that targeting net45 limit the use of the new features in the higher frameworks.
The minimum support version will be net472.
You are welcome for the discussion if you have any comments.
moh-hassan commented
Although the Odata2Poco.CommandLine is net472, the generated package can be referenced in FullDotNet Frameworks net45..net48 , netstandard2.x and NetCore: netcoreapp3.1,net5,net6 and net7.