Hi,
Problem:when running may app in .net 9 in debug it works but without debugging is not.
error:
Error: :XAML: .NET Runtime version currently executing is 8.0.5, but version 8.0.10 or later is required
Diagnostic:
% dotnet --list-runtimes
Microsoft.AspNetCore.App 8.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Question:
@Bruce (SqlWork.com)
As 8.0.12 is the current .net 8 runtime version, why not just update in one of the tickets?
How I update my Mac machine to 8.0.12 ,is the current .net 8 runtime version?
Can you please link and instructions?
Thanks,