Skip to content

Commit 6a90cc6

Browse files
authored
doc: Help onboarding with more up-to-date usage info
1 parent c95a083 commit 6a90cc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ On Windows projects (the WinUI 3 Desktop head), please install the official [Win
3232
If you are building a library, use the following to conditionally include the toolkit builds:
3333

3434
```xml
35-
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0-windows10.0.19041'">
36-
<PackageReference Include="CommunityToolkit.WinUI.Controls" Version="7.1.100" />
35+
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-windows10.0.18362'">
36+
<PackageReference Include="CommunityToolkit.WinUI.Controls" Version="7.1.2" />
3737
</ItemGroup>
38-
<ItemGroup Condition="'$(TargetFramework)' != 'net5.0-windows10.0.19041'">
38+
<ItemGroup Condition="'$(TargetFramework)' != 'net7.0-windows10.0.18362'">
3939
<PackageReference Include="Uno.CommunityToolkit.WinUI.Controls" Version="7.1.100" />
4040
</ItemGroup>
4141
```

0 commit comments

Comments
 (0)