I've started to develop a web project using asp.net core. When I opened project properties in VS2019 I noticed that it's default target framework is .net5 and not ".net core 3"? Why is that? From what I've heard in recent years .net core is the new version of .net so why VS's default target framework is .net? Should I change it to .netcore 3 ?