Replies: 1 comment 2 replies
-
Are you wanting to do this as XML, or as MSBuild objects? The latter is preferred, but requires you to think more about the actual item type. Specifically, the What specific problem are you trying to solve? There may be a better way to go about it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
Microsoft.Build
on version17.1.0
as a library inside a .NET 6 simple application. My main goal is to have the attributes ofPackageReference
(Include
andVersion
) starting atProjectRootElement.Open(path)
, but when I loop thou theItemGroups
, I'm not able to find any other attribute thanVersion
:If these questions do not fit here, please bring me some direction.
Many thanks for considering my request.
Information about my runtime:
ef40e6aa06
);Beta Was this translation helpful? Give feedback.
All reactions