remove those xml things no longer needed on .net >4.5.2

This commit is contained in:
UbitUmarov
2018-01-17 04:18:43 +00:00
parent 2c8251d450
commit 029d6e40f6
20 changed files with 3 additions and 40 deletions

View File

@@ -1147,10 +1147,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
using (HttpWebResponse rsp = (HttpWebResponse)req.GetResponse())
using (Stream s = rsp.GetResponseStream())
using (XmlTextReader rdr = new XmlTextReader(s))
{
rdr.ProhibitDtd = true;
doc.Load(rdr);
}
}
catch (Exception e)
{