Skip to content

problem installing the windows community toolkit #13090

Answered by agneszitte
palusi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tomchoondal (cc @palusi, @arnold256)
We will update soon our documentation and samples with the new changes.

But here are the details with our latest single project structure:

  • For WCT (v. 7.1.2 and below):
    xmlns:controls="using:CommunityToolkit.WinUI.UI.Controls"

    In Directory.Packages.props:

     <ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
       <PackageVersion Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />
       <!-- Add more community toolkit references here -->
     </ItemGroup>
     <ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'">
       <PackageVersion Include="Uno.CommunityT…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@jeromelaban
Comment options

Comment options

You must be logged in to vote
9 replies
@jeromelaban
Comment options

@tomchoondal
Comment options

@jeromelaban
Comment options

@agneszitte
Comment options

Answer selected by agneszitte
@agneszitte
Comment options

@tomchoondal
Comment options

@agneszitte
Comment options

@tomchoondal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants