CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

<LangVersion> Tag not terminated correctly [Doc : MVVMTK0008]

Open Synthaxe42 opened this issue 2 years ago • 0 comments

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

... should be:

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

Document details

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

Synthaxe42 avatar Sep 07 '22 23:09 Synthaxe42