yuv4ik / Mutatio

Visual Studio for Mac add-in/extension for converting old PCLs to .NET Standard 2.0 targeting projects automatically.
https://smellyc0de.wordpress.com/2018/03/23/automatically-converting-pcl-to-net-standard-2-0-project/
MIT License
27 stars 4 forks source link

This procedure should work for fsproj and vbproj files too #1

Open nosami opened 6 years ago

nosami commented 6 years ago

No reason for it to be limited to csproj!

yuv4ik commented 6 years ago

Good idea! In fact both fsproj & vbproj support can be easily implemented.

yuv4ik commented 6 years ago

It is actually not that simple as I though. There is no option to create a VBNet project in stable VS for Mac, unless you choose .NET Framework 4.6.x and not Core. Which make it totally useless. As for F# it is not enough just to simply change the .fsproj as it is done for C# but I am still investigating it.