You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to complete the tutorial and while trying to run the dotnet publish -c Release command it throws up an error saying the 'Microsoft.AspNetCore.Authentication.Abstractions.dll' cannot be found. I know this file exists because I can see it in the directory. I tried adding it into the .csproj file to see if it would help but it still gives me the same erorr. How would I go ahead and solve this error?
Thanks in advance!
PS: I have not changed any of the existing code
The text was updated successfully, but these errors were encountered:
Hello,
I am currently trying to complete the tutorial and while trying to run the dotnet publish -c Release command it throws up an error saying the 'Microsoft.AspNetCore.Authentication.Abstractions.dll' cannot be found. I know this file exists because I can see it in the directory. I tried adding it into the .csproj file to see if it would help but it still gives me the same erorr. How would I go ahead and solve this error?
Thanks in advance!
PS: I have not changed any of the existing code
The text was updated successfully, but these errors were encountered: