by Anonymous » 13 May 2025, 01:18
Ich erstelle eine ASP.NET -Kernanwendung mit .NET 8. Es funktioniert normal. Aber heute, wenn ich mit Debug anfange, sagt die Konsole: < /p>
Code: Select all
You must install or update .NET to run this application.
App: /var/www/MinAPI/WebApi.dll
Architecture: x64
Framework: 'Microsoft.AspNetCore.App', version '8.0.11' (x64)
Letzte Woche muss ich aus dem gleichen Grund .NET SDK 8.0.10 installiert.
Code: Select all
{
"sdk": {
"version": "8.0.10"
}
}
Ich habe auch runTimeConfig.template.json :
Ich erstelle eine ASP.NET -Kernanwendung mit .NET 8. Es funktioniert normal. Aber heute, wenn ich mit Debug anfange, sagt die Konsole: < /p>
[code]You must install or update .NET to run this application.
App: /var/www/MinAPI/WebApi.dll
Architecture: x64
Framework: 'Microsoft.AspNetCore.App', version '8.0.11' (x64)
[/code]
Letzte Woche muss ich aus dem gleichen Grund .NET SDK 8.0.10 installiert.[code]{
"sdk": {
"version": "8.0.10"
}
}
[/code]
Ich habe auch runTimeConfig.template.json :