Recently, I did a Azure Function App migration from .Net Standard 2.0 to .Net Core 3.1. With some referenced class library projects with .Net Standard 2.1.
One or more referenced projects is Function app has Nuget.Versioning 4.9 package.
Strange things happened during my function app build, Nuget.Versioning was copied at start but after sometime during build it vanished.
Due to this I am facing runtime exception "Could not load file or assembly 'NuGet.Versioning'". Any idea could help me to proceed further.