Skip to content

Commit

Permalink
fix for load propject xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 5, 2024
1 parent 0612e2c commit c8b95ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vs_solutions/dev/VisualStudio/vbproj/Xml/Project.vb
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ Namespace vbproj.Xml
vbproj = file _
.ReadAllText _
.CreateObjectFromXmlFragment(Of Project)(
preprocess:=AddressOf ProcessDotNetCoreSDK
)
preprocess:=AddressOf ProcessDotNetCoreSDK,
ignoreXmlNs:=False
)
End If

vbproj.FilePath = file
Expand Down

0 comments on commit c8b95ae

Please sign in to comment.