devlooped/SmallSharp

Failure with VS 16.10 preview

kzu opened this issue · 0 comments

kzu commented

The build always fails with SmallSharp requires Visual Studio 16.8 or greater..

This is because the comparison of MSBuild short version (i.e. 16.8 vs 16.10) is
not done numerically, but as a string, resulting in 16.10 being smaller than 16.8. This
didn't surface before because 16.9 is lexicographically greater than 16.8, but now that's
no longer the case.