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
An error ‘could not find any project in [SolutionFolder]’ occurs when running the command ‘dotnet remove [ProjectFilePath] package xxx’ under solution path #14801
NuGet Product Used
dotnet.exe
Product Version
.NET SDK Version: 10.0.300-preview.26126.103
Worked before?
It is a regression since it doesn’t repro on VS Main/11405.173 + NuGet Client Dev/7.3.0.51.
Impact
It's more difficult to complete my work
Repro Steps & Context
Note:
Repro Steps:
dotnet remove MyApp\MyApp.csproj package NUnitExpected Result:
No error occurs and the package is removed successfully.
Actual Result:
An error ‘could not find any project’ occurs as the red line in the screenshot below.