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
dotnet new classlib -o Lib1
mkdir FileApp
cd FileApp
echo '#:project ..\Lib1'> app.cs
dotnet project convert app.cs -o app
cd app
dotnet build # warns that ..\Lib1\Lib1.csproj does not exist