TigRig
Results
1
issues of
TigRig
## Problem  This problem occurs when using CsprojModifier with Unity 2022. In the following code, projectE was null. ```cs var nsMsbuild = (XNamespace)"http://schemas.microsoft.com/developer/msbuild/2003"; var projectE = xDoc.Element(nsMsbuild + "Project");...