mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -202,8 +202,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serialization)))
|
||||
{
|
||||
reader.ProhibitDtd = true;
|
||||
|
||||
reader.ReadStartElement("InventoryItem");
|
||||
|
||||
ExternalRepresentationUtils.ExecuteReadProcessors<InventoryItemBase>(
|
||||
|
||||
Reference in New Issue
Block a user