Broken MSBuild XML from PackageVersion update when Condition is present #3068
Labels
F: dependency-ignores
Allow excluding certain versions
L: dotnet:nuget
NuGet packages via nuget or dotnet
T: bug 🐞
Something isn't working
See devlooped/avatar#97.
Note how the
Condition
is truncated at the end of the element, causing the rest of the document to be broken for MSBuild, which causes the build to fail (in this case with unrelated errors related to missing package versions, because the MSBuild file with the actual versions couldn't even be loaded as valid XML).The text was updated successfully, but these errors were encountered: