closes #87
we have Conan.VisualStudio.Core and VisualStudio.OpenFolder projects created as .NET Standard Class Libraries. as result they depend on .NET Standard 2.0.
on other note, Conan.VisualStudio itself targets .NET Framework v4.6.1.
I guess it's better to keep them consistent, and just use .NET Framework v4.6.1 everywhere.
therefore, I've re-created two mentioned above projects as .NET Framework Class libraries.
closes #87 we have
Conan.VisualStudio.Core
andVisualStudio.OpenFolder
projects created as .NET Standard Class Libraries. as result they depend on .NET Standard 2.0. on other note,Conan.VisualStudio
itself targets .NET Framework v4.6.1. I guess it's better to keep them consistent, and just use .NET Framework v4.6.1 everywhere. therefore, I've re-created two mentioned above projects as .NET Framework Class libraries.