TigRig

Results 1 issues of TigRig

## Problem ![image](https://github.com/Cysharp/CsprojModifier/assets/22608356/14b3b09d-3bcf-418d-a290-0756c3086df3) 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");...