Is it currently possible to get an Azure build running for a .NET 6 Azure Function that has to use .NET Core 3.1 Nugets. I spent ages today with no luck tweaking the YAML files and adding reference. The problems that occured were messages about missmatcking libraries that were only used by the Nugets. Once those were added the publish failed with.
"Dotnet command failed with non-zero exit code..."
Changing to .NET Core 3.1 works just fine though.