.net 6? #135
Replies: 3 comments
-
I'm not sure I understand what your goal is. If you need to run the library on a .NET 6 environment, it will definitely work as it is compatible with previous versions. If you want to modify the code using .NET 6 features (such as C# 10), you're welcome to create your own fork. ATL aims at staying compatible with multiple environments and platforms, and won't jump to being .NET 6-only anytime soon. |
Beta Was this translation helpful? Give feedback.
-
I had read "The ATL library runs on .NET Core 3.1+ / .NET Standard 2.1+ / .NET Framework 4.8+" and thought there might be something, though unlikely, with .NET Core 6. Thanks for answer. |
Beta Was this translation helpful? Give feedback.
-
If you would like to see a .NET 6 reference implementation, you could take a look at |
Beta Was this translation helpful? Give feedback.
-
I did not see .net 6 support. Is this something that can be down with source?
Beta Was this translation helpful? Give feedback.
All reactions