Как понизить уровень проекта до NET 4,5 до 3,5 в vs2017
, когда я изменяю Framework NET 4,5 на 3,5 , это показывает мне эту проблему:
Warning Unable to resolve the primary reference "MetroFramework, Version = 1.2.0.3, Culture = neutral, PublicKeyToken = 5f91a84759bf584a, ProcessorArchitecture = MSIL"
because it has an indirect dependency on the Framework assembly "Microsoft.Build.Utilities.v4.0 , Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a"
that has not been resolved in the currently targeted Framework. ".NETFramework, Version = v3.5".
To resolve this issue, remove the reference "MetroFramework, Version = 1.2.0.3, Culture = neutral, PublicKeyToken = 5f91a84759bf584a, ProcessorArchitecture = MSIL",
or re-apply your application to a version of Framework that contains "Microsoft.Build.Utilities.v4.0 , Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a"