Error while exporting

Cleaning build directory (D:\VVVV\Export\MEXT20251211001\src)
Generating project files (this may take up to a few minutes)
MEXT
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo “D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj”
Unable to build D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj. Reason:
D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj : error : 鏃犳硶瑙f瀽 SDK鈥淢icrosoft.NET.Sdk鈥濄€備笅闈㈢殑鎺㈡祴娑堟伅涓濂芥湁涓€鏉℃寚绀烘垜浠棤娉曡В鏋?SDK 鐨勫師鍥犮€傝皟鏌ュ苟瑙e喅璇ユ秷鎭互姝g‘鎸囧畾 SDK銆?
D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj : error : SDK 瑙f瀽绋嬪簭鈥淢icrosoft.DotNet.MSBuildWorkloadSdkResolver鈥濊繑鍥?null銆?
D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj : error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.
D:\VVVV\Export\MEXT20251211001\src\MEXT\MEXT.csproj : error MSB4236: 鎵句笉鍒版寚瀹氱殑 SDK鈥淢icrosoft.NET.Sdk鈥濄€?


There was a problem exporting your Application.
Please check for solutions by clicking the “Troubleshooting” button.

It seems something is off with the .NET SDK installation.

If you open a command line (Win + R → cmd) and type dotnet --list-sdks what is the output?
Please also run where dotnet

For reference this is what I get when I run these commands:

C:\>dotnet --list-sdks
8.0.415 [C:\Program Files\dotnet\sdk]
9.0.306 [C:\Program Files\dotnet\sdk]
10.0.101 [C:\Program Files\dotnet\sdk]

C:\>where dotnet
C:\Program Files\dotnet\dotnet.exe

Does it help if you place a file called global.json with the following content into your D:\VVVV\Export\MEXT20251211001 folder?

{
  "sdk": {
    "version": "8.0.0",
    "rollForward": "latestFeature"
  }
}