You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a WinForms app that targets netcoreapp3.0 and build it.
Run it on a machine that only has the .net core 3 Desktop runtime installed.
Expected behavior
The app should run with the desktop runtimes installed.
Actual behavior
Observe that the app does not load, and you see this in the event viewer:
A .NET Core application failed.
Application: program.exe
Path: C:\Program Files (x86)\Program\program.exe
Message: It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '3.0.0' was not found.
No frameworks were found.
You can resolve the problem by installing the specified framework and/or SDK.
Steps to reproduce
Create a WinForms app that targets netcoreapp3.0 and build it.
Run it on a machine that only has the .net core 3 Desktop runtime installed.
Expected behavior
The app should run with the desktop runtimes installed.
Actual behavior
Observe that the app does not load, and you see this in the event viewer:
Environment data
It works fine if you install the full SDK.
The text was updated successfully, but these errors were encountered: