CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

Element in example is closed with wrong Tag

Open timosperisen opened this issue 2 years ago • 0 comments

Upper XML example is wrong

<PropertyGroup>
    <LangVersion>7.3</PropertyGroup>
</PropertyGroup>

The LangVersion Element is not closed properly with </LangVersion>

should be:

<PropertyGroup>
    <LangVersion>7.3</LangVersion>
</PropertyGroup>

Document details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

timosperisen avatar Jan 27 '23 17:01 timosperisen