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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I ran try-convert no a solution containing a ASP.Net project to migrate other projects to SDK-style csprojs.
Building the project in VS2022 without VS2019 installed on the machine failed. According to this discussion on DeveloperCommunity, there was a wrong item added to the .csproj file of the ASP.Net project:
Hello,
I ran
try-convert
no a solution containing a ASP.Net project to migrate other projects to SDK-style csprojs.Building the project in VS2022 without VS2019 installed on the machine failed. According to this discussion on DeveloperCommunity, there was a wrong item added to the .csproj file of the ASP.Net project:
should be replaced with
to avoid dependency on a specific Visual Studio version.
Does this make sense?
Kind regards
Peter
The text was updated successfully, but these errors were encountered: