Hello
I have to manage an on premises HPC cluster and I was thinking of using Microsoft HPC.
However the latest version of the SDK does not seem to be supported by .NET 5.0.
When I add the nuget package to my project I get this warning:
warning NU1701: Package 'Microsoft.HPC.SDK 6.0.7205' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.
Of course Exceptions occur while using the library. For example, calling the method ConnectServiceAsClient
on the Scheduler
an exception gets raised as Microsoft.Threading.Tasks, Version 1.0.12.0 cannot be found
.
Any workaround for this? Does anyone know if an update is planned?
Thank you.