Weird Build Error
I have nuget hell happening in my project right now. I can build the application for windows and with the VS Docker for Desktop.
When we build it on a linux machine it gives us this error:
This only change that was done was adding PDFSharp
10 Replies
try to clean & restore ?
That didn't work
uh, what version of the .NET SDK is the build using
it should say at the very top when you first run
dotnet build
or whatever
.net core 2.141.6 i am assuming
well, there is no .net core 2.141.6
tht's the version of the azure pipelines task i guess
is it that version at the bottom?
it's msbuild not dotnet
well that seems like it's up to date
what is this nuget.config file that is being passed