ConfigManager icon indicating copy to clipboard operation
ConfigManager copied to clipboard

.NET 4.0 support

Open levys86 opened this issue 11 years ago • 1 comments

HandlePutConfig() in ConfigManager.cs uses Task.Run() which is a .NET 4.5 wrapper - I replaced the call with Task.Factory.StartNew(() => _putConfiguration(fromFile)); to compile it as .NET 4.0

.NET 4.5 not supported on Windows XP (I know, it needs to die already.)

levys86 avatar Oct 08 '14 17:10 levys86

Hi Levy,

I will try to put this or a similar fixing change in soon. Thanks for reporting it!

tejacques avatar Oct 08 '14 23:10 tejacques