How to fix \"Root element is missing.\" when doing a Visual Studio (VS) Build?
Any idea what file I should look at in my solution?
Actually, I am getting thi
In my case.I was getting missing element error pointing to NuGet.Config file. At that time it was looking some thing like this
NuGet.Config
Packages
then I just added configuration tag that actually wraps entire xml. Now working fine for me
configuration