Hello, I'm working with Visual Studio
a short time and it's the first time I come across this message when trying to debug the program:
(C: \ Program Files \ x86) \ Microsoft Visual Studio \ 2017 \ Community \ MSBuild \ 15.0 \ Bin \ Microsoft.Common.CurrentVersion.targets (1126,5): Error MSB3644: Reference assemblies for structure ".NETFramework, Version = v4.5" could not be found.To resolve this, install the SDK or the Steering Pack for that version of the framework, or redirect the application to a version of the framework for which you have the SDK or the Steering Pack installed. Note that the assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. That way, your assembly may not be routed correctly to the intended structure. "
I would like to know what I would need to do to compile in the version that is my .NET Framework
(if I am not mistaken it is in 4.7.0). I have already tried to change the version parameter to 4.7.0 in the three .config files that the program has, but the compiler still seems to reference version 4.5.
Thanks in advance for your help.