Skip to content

Commit

Permalink
Merge pull request #193 from TopperDEL/patch-1
Browse files Browse the repository at this point in the history
doc: Help onboarding with more up-to-date usage info
  • Loading branch information
jeromelaban authored Apr 24, 2023
2 parents c95a083 + 6a90cc6 commit 833fb61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ On Windows projects (the WinUI 3 Desktop head), please install the official [Win
If you are building a library, use the following to conditionally include the toolkit builds:

```xml
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0-windows10.0.19041'">
<PackageReference Include="CommunityToolkit.WinUI.Controls" Version="7.1.100" />
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-windows10.0.18362'">
<PackageReference Include="CommunityToolkit.WinUI.Controls" Version="7.1.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net5.0-windows10.0.19041'">
<ItemGroup Condition="'$(TargetFramework)' != 'net7.0-windows10.0.18362'">
<PackageReference Include="Uno.CommunityToolkit.WinUI.Controls" Version="7.1.100" />
</ItemGroup>
```
Expand Down

0 comments on commit 833fb61

Please sign in to comment.