Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #865 from microsoft/bug945642
Browse files Browse the repository at this point in the history
Fix bug#945642 by removing NETSTANDARD1_3 complication condition.
  • Loading branch information
Lxiamail authored Apr 23, 2020
2 parents 447d0d2 + 372cc80 commit aeaf61c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Microsoft.Fx.Portability/TargetMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ private void Load(Stream stream, string path)
IgnoreComments = true,
IgnoreWhitespace = true,
DtdProcessing = DtdProcessing.Prohibit,
#if !NETSTANDARD1_3
XmlResolver = null
#endif
};

try
Expand Down

0 comments on commit aeaf61c

Please sign in to comment.