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
After installing 9.0 SDK, dotnet watch is failing on my solution targeting 8.0.
To Reproduce
install 9.0 SDK
dotnet watch
Exceptions (if any)
info: Microsoft.Hosting.Lifetime[14]
Now listening on: https://localhost:5001
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5000
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: ###
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...
Running with --verbose:
info: Microsoft.Hosting.Lifetime[0]
Content root path: ###
dotnet watch ⌚ Solution:
(...)
dotnet watch ⌚ [TenantPortal (net8.0)] Killing process 80696
dotnet watch ⌚ [TenantPortal (net8.0)] Disposing pipe
dotnet watch ⏳ Waiting for a file to change before restarting dotnet...
dotnet watch ⌚ Waiting for changes
Describe the bug
After installing 9.0 SDK,
dotnet watch
is failing on my solution targeting 8.0.To Reproduce
dotnet watch
Exceptions (if any)
Running with
--verbose
:Further technical details
The text was updated successfully, but these errors were encountered: