Robmaister / SharpFont

Cross-platform FreeType bindings for .NET - Need maintainer
Other
286 stars 104 forks source link

Made SharpFont build for .net 45 #116

Closed dellis1972 closed 6 years ago

dellis1972 commented 6 years ago

you need to run

msbuild /p:Configuration=ReleaseNet45

to get the appropriate build. Also fixed the OS check to not use API's which are not available in .net 4.5

HinTak commented 6 years ago

This is an interesting and possibly useful change, although I think it is probably wrong to remove the ReleaseNET20 config. You should add a new ReleaseNet45 config instead of modifying and removing the existing ReleaseNET20 config .