Jun 28, 2016
0
0
Running .NET Core apps on multiple frameworks and What the Target Framework Monikers (TFMs) are about
In .NET Core 1.0 apps (either ASP.NET Core apps or Console apps, as of today) there are new possibilities like being able to run your app (like an ASP.NET Core app) on top of the .NET Core Platform or on top of the traditional .NET Framework 4.5.x which is critical for many enterprise apps that still might not have all the libraries/components ...