Skip to content

Commit 5f96f2e

Browse files
authored
Merge pull request #10 from dotnet-presentations/update-mct
Update .NET MAUI Community Toolkit to 9.1.0
2 parents dda9386 + c9e8074 commit 5f96f2e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Finish/MonkeyFinderHybrid/MonkeyFinderHybrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="AlohaKit" Version="1.0.74" />
65-
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
65+
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
6666
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.3" />
6767
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
6868
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.82" />

Part 5 - Theming the app/MonkeyFinderHybrid/MonkeyFinderHybrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="AlohaKit" Version="1.0.74" />
65-
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
65+
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
6666
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.3" />
6767
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
6868
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.82" />

Part 5 - Theming the app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The API for setting the status bar color is one of those functionalities that ca
291291
When using Visual Studio Code, either use the built-in NuGet commands that are in C# Dev Kit or simply add this line to a `ItemGroup` node in your csproj file:
292292

293293
```xml
294-
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
294+
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
295295
```
296296

297297
1. To initialize the Toolkit properly, we need to register it in the **MauiProgram.cs** file, update the builder code like so:

Part 6 - Advanced Topics/MonkeyFinderHybrid/MonkeyFinderHybrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="AlohaKit" Version="1.0.74" />
65-
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.2" />
65+
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
6666
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.3" />
6767
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
6868
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.82" />

0 commit comments

Comments
 (0)