We have a .net core console application which targets the 3.1 framework. The target runtime is win x-64 (See image)
The application has been installed onto a 64 bit windows 10 machine, runs on start up, and has been successfully running for 2 weeks. There have been no changes to the application, however, today, the user is now presented with a request to install the .net Core framework.
We have ran dotnet --info on the machine, and the framework is still there :-
We have even tried logging off, restarting and still getting prompted when the machine starts. Has anyone else experienced this? Im not quite sure what else to try?