My DLL is created using the .NET Standard 1.6 and ASP.net is using .NET Framework 4+
This is the Error that I am getting
Severity Code Description Project File Line Suppression State Error Project targets '.NETStandard,Version=v1.6'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.5.2'. WebApplication
Is there a work around for this ? Using the old ASP.NET framework instead of the new ASP.NET Core I am not a fan of the Razor syntax, however I would like to use the old aspx syntax to create web forms.
Using : VS - 2017