mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Fixed net35/net40 build
This commit is contained in:
@@ -66,7 +66,8 @@ namespace Microsoft.Iris.Markup
|
||||
|
||||
if (mapping.Source != null)
|
||||
{
|
||||
string xmlElemAttribute = $"{indent}[XmlElement(\"{mapping.Source[1..]}\")]{newline}";
|
||||
string source = mapping.Source.Substring(1);
|
||||
string xmlElemAttribute = $"{indent}[XmlElement(\"{source}\")]{newline}";
|
||||
properyDeclaration = xmlElemAttribute + properyDeclaration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user