Azure DevOps : NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.x
19th November 2020I'm getting error 1045 from NuGet in my Azure Devops Pipeline. The issue was that my NuGet restore task was using an older version of the task. Task set to v1.* which is the old versionChanging it to task version 2.* (the latest a…