Can ASP.NET Core work with the .NET framework?
It’s simple answer is yes.In order to run ASP.NET Core Apps on the . NET Framework it needs to only reference . Core NuGet packages which contains only the . NET Standard 2.0 builds.
Yes. Libraries can be shared using .NET standard.