StormHub / NetUV

.Net standard/Core binding for Libuv
Other
76 stars 22 forks source link

May you support old target framework? .Net Framework 4.5.2 #38

Closed billlin0904 closed 7 years ago

billlin0904 commented 7 years ago

To encounter framework issue Hi Johnny, I try to apply NetUV in my code(.Net Framework4.5.2), but have some problem about .netframework , may you thinking to support.Net Framework4.52, thank you.

StormHub commented 7 years ago

I think I could target 452, the reason I switched to 461 was because of some dependency packages require 46. Please let me have a look at this first. Thanks.

StormHub commented 7 years ago

Just let you know that if your project target .NET Stand 1.3, it would work.

StormHub commented 7 years ago

System.Net.NameResolution 4.3.0 is not compatible with net45 supports: net46 (.NETFramework,Version=v4.6) That was the reason I bumped up to 4.6

StormHub commented 7 years ago

Other Microsoft extensions all supports 4.51, looks fine.

StormHub commented 7 years ago

Closing this issue for now.