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
netcoreapp was replaced with net since v5. some projects are using netcoreapp5.0 and netcoreapp6.0, which should be replaced with net5.0 and net6.0 because the fallback logic might be removed in the future from sdk.