I am using your brilliant modular abilties in my own app and I am nearly their just trying to test a very simple module but i am having issue with the new .net 5 version. I am getting this error when I try to add Microsoft.AspNetCore.App to add to my modual
You should not try to install Microsoft.AspNetCore.App as it is a default package for every Asp.NetCore application. This is the Asp.NetCore framework itself
I am using your brilliant modular abilties in my own app and I am nearly their just trying to test a very simple module but i am having issue with the new .net 5 version. I am getting this error when I try to add Microsoft.AspNetCore.App to add to my modual
You will see here that its is showing net core but not aspnet one
The cs project file