Reputation: 97
Framework Dependent Publish setup
The DLLs in my project's bin/Debug/net5.0 and bin/Release/net5.0 are the proper versions, but the versions of some DLLs that end up my published folder (Microsoft.EntityFramework.Core.dll for example) are earlier (older) versions.
I had to manually copy the DLLs from my project's bin folder over to IIS.
What am I doing wrong?
Upvotes: 1
Views: 338
Reputation: 97
Deleting everything under the project's obj folder seems to have solved this issue.
Upvotes: 1