Backward Compatibility for .NET 6 #224
NetanelPersik
started this conversation in
General
Replies: 1 comment
-
Visual Studio shows security warnings for some of the unsupported frameworks/libraries - best to avoid that for all users. We do have a branch here based on the latest pre .NET 9.0 code. We could release an AutoMapper.AspNetCore.OData.EFCore v5.0.X from that branch - or just fork and create your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know .NET 6 is out of support, but is it possible to still support it for the next year using multi-targeting?
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
work?Beta Was this translation helpful? Give feedback.
All reactions