Given that .Net Framework 4.8 is the last version of the .Net Framework ( https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/ ) it makes sense to transition to .Net Core (if possible).
It's worth noting that there will NOT be a .Net Core 4 (to prevent confusion with the .Net Framework). Rather the next .Net version will be .Net 5 (based on Core): https://devblogs.microsoft.com/dotnet/introducing-net-5/ On Sun, 2 Jun 2019 at 17:37, DotNet Dude <[email protected]> wrote: > From Microsoft - > https://docs.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server > > On Fri, May 31, 2019 at 6:59 PM Tom Rutter <[email protected]> wrote: > >> Hi folks >> >> In what situations would one would choose .net framework over .net core >> for building a new desktop application? We can wait for .net core 3 if that >> is a decider. >> >> Cheers >> Tom >> >
