2
Reply

Can ASP.NET Core work with the .NET framework?

Arvind Yadav

Arvind Yadav

2y
3.2k
0
Reply

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.