Upgrade to .NET 5.0
- Dominant language
- PowerShell
- Stars
- 34
- Forks
- 19
- Avg merge
- 41m
- Merged PRs (30d)
- 4
Description
#### Problem Description
When linking the nuget packages to the 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.`
#### Steps to Reproduce
When using the library various compatibility issues get raised. For example, calling the method ConnectServiceAsClient on the Scheduler raise an exception as `Microsoft.Threading.Tasks, Version 1.0.12.0` cannot be found.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.