-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Framework Self-Contained & .Net 7 #277
Comments
First time user here. This is still an issue today, although there's no need to install the full SDK if you're not a developer. The application wrongly links to a download of the runtime called Microsoft.NETCore.App 6.0.10, but requires the following runtime to start successfully: Microsoft.WindowsDesktop.App 6.0.10. Both of them are available for download from the Microsoft download section, where the core is simply called .NET Runtime and the correct variant is called .NET Desktop Runtime. |
@ElDani82 Not sure why it is necessary to install the SDK instead runtime, needs further analyses. Related to this topic i found we can publish self contained seems to work fine, then it is not more necessary to install addionally i will reopen, let's see if we can improve here something |
ok we have now made this self contained which means it is no longer necessary to download a framework. no more message appears now |
build pipeline failes |
Jan reported:
Just upgraded SystemTrayMenu to v1.20
Application asks for dotnet-runtime 6
Downloadlink presents dotnet-runtime-6.0.1-win-x64.exe
It appears SystemTrayMenu requires
dotnet-sdk-6.0.100-win-x64.exe
instead of
dotnet-runtime-6.0.1-win-x64.exe
related
#193
The text was updated successfully, but these errors were encountered: