Does anybody knows if .NET 5.0 will be included in Windows as a Windows Update as the .NET Framework ?
It won't be. .NET Framework is an embedded component of Windows. .NET Core is something apps have to package along with them. (Due to this, .NET Core apps are larger than .NET Framework apps, but tend to have less compatibility issues in theory, since they bring everything they need with them.)
https://docs.microsoft.com/en-us/dotnet/core/deploying/#publ...