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 leave this message more as a tip for people looking into this than an actual issue.
When I was trying to open the Owin example in VS2019, it had an error when trying to upgrade it.
(It's in spanish, sorry, but roughly translates to couldn't find the application of which this type of project is based on)
It was then when that I decided to look into the .csproj file to see what it had different from my own Web Form projects.
I noticed that the line:
I leave this message more as a tip for people looking into this than an actual issue.
When I was trying to open the Owin example in VS2019, it had an error when trying to upgrade it.
(It's in spanish, sorry, but roughly translates to
couldn't find the application of which this type of project is based on
)It was then when that I decided to look into the
.csproj
file to see what it had different from my own Web Form projects.I noticed that the line:
was different from mine:
so I changed
MSBuildToolsPath
toMSBuildBinPath
and it worked!The text was updated successfully, but these errors were encountered: