I have a 2 WPF application uses .Net Framework 4.0
and suddlenly one of them started to require .Net Frameowork 4.6.2
in my clients Windows 7
computers. In properties Target Framework is still 4.0
.
I checked my commits, a while ago I changed 2 things in AssemblyInfo.cs
.
[assembly: ComVisible(false)]
to[assembly: ComVisible(true)]
[assembly: AssemblyVersion("1.0.0.0")]
to[assembly: AssemblyVersion("1.0.*")]