GitHub action fails for the .NET standard project after migrating from packages.config to PackageReference
I am working on a VSTO application created with .NET framework 4.7.2. The solution contains multiple projects (.NET standard project) and recently we had to convert one project’s packages.config
file into a PackageReference
as we have to use Auth0 and GraphQL packages where one has dependencies to .NET core libries.