Base solution for your next web application
Open Closed

aspnetzero web.host project & .net framework #10619


User avatar
0
murphymj5209 created

I am using the current aspnetzero release 10.5 and wanted to know if I can us a .Net framework .Dll's, like 4.8, in the web.host api? or is only .net Core Dll's usable in the web.hosts. Thanks.

Note: there is this link but I am not sure if it is relivant: https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/connect/net-introducing-the-windows-compatibility-pack-for-net-core


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @murphymj5209

    You can use .NET 4.6.1 and probalby you can use .NET Framework 4.8. You just need to change the target framework of the projects.

    Could you share what is the motivation for using .NET Framework instead of .NET Core if that is not something private ?

    Thanks,