You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that targeting the .NET Framework < 4.5 is more complicated and will only be possible to build on windows while the current CI pipeline runs on Ubuntu.
The easiest thing for you may to just copy the entire psychrolib.cs file and put it into your project. It should be compatible.
Thank you for your response!
Yes, I already copied the entire psychrolib.cs file into my project, and it works perfectly.
Previously, I had implemented two methods to convert Wet Bulb to Humidity and vice versa based on existing formulas found online, but I always encountered significant discrepancies. However, this class has made my life so much easier! 😊
My .NET Framework version is 4.0, and for some reason, I am unable to upgrade it. Is there any way I can use this DLL with .NET Framework 4.0?
The text was updated successfully, but these errors were encountered: