error CS0246: The type or namespace name ‘Newtonsoft’ could not be found (are you missing a using directive or an assembly reference?)
I’m trying to dockerize a .net api project which runs on .netframework version 4.7.2. I can run the application locally with no issues , but when i try to dockerize the same source code I’m getting the above error The docker build fails at msbuild command Docker file: # start with a base image with … Read more