.NET Core has a separate runtime per major version. If you notice in the download portion it is downloading NET 7 but your already installed environment is NET 8. You cannot run a NET 7 app on the NET 8 runtime.
You shouldn't be targeting NET 7. It is deprecated and EOL is May of this year. Target NET 8 and the existing runtime you have installed will be fine.