Compatibity
C#
2
Posts
2
Posters
0
Views
1
Watching
-
NET Framework 4.8 - .NET8 Compatibility Hello everyone! I have an old project done in C# using .NET Framework 4.8. Is it possible to use in this project a dll made later in .NET8? Thanks for your help.
It's almost impossible to give a blanket answer to this. It depends on what you have used in there. If you're referencing a .NET package that has no .NET 8 equivalent then, no, you can't use it. You're most likely going to have to do more work to include appropriate NuGet packages for items that you took for granted in the full fat framework.