|
29 | 29 |
|
30 | 30 | <ItemGroup> |
31 | 31 | <!-- App Icon --> |
32 | | - <MauiImage Include="Resources\appicon.svg" ForegroundFile="Resources\appiconfg.svg" IsAppIcon="true" Color="#512BD4"/> |
| 32 | + <MauiImage Include="Resources\appicon.svg" ForegroundFile="Resources\appiconfg.svg" IsAppIcon="true" Color="#512BD4" /> |
33 | 33 | <!-- Splash Screen --> |
34 | | - <MauiSplashScreen Include="Resources\appiconfg.svg" Color="#512BD4"/> |
| 34 | + <MauiSplashScreen Include="Resources\appiconfg.svg" Color="#512BD4" /> |
35 | 35 | <!-- Images --> |
36 | | - <MauiImage Include="Resources\Images\*"/> |
| 36 | + <MauiImage Include="Resources\Images\*" /> |
37 | 37 | <!-- Custom Fonts --> |
38 | | - <MauiFont Include="Resources\Fonts\*"/> |
| 38 | + <MauiFont Include="Resources\Fonts\*" /> |
39 | 39 | <!-- Raw Assets (also remove the "Resources\Raw" prefix) --> |
40 | | - <MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)"/> |
| 40 | + <MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" /> |
41 | 41 | </ItemGroup> |
42 | 42 |
|
43 | 43 | <ItemGroup> |
44 | | - <PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.1.0" /> |
| 44 | + <PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.8.0" /> |
45 | 45 | <PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" /> |
46 | | - <PackageReference Include="CommunityToolkit.Maui.Markup" Version="5.1.0" /> |
| 46 | + <PackageReference Include="CommunityToolkit.Maui.Markup" Version="6.0.1" /> |
47 | 47 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
48 | | - <PackageReference Include="CommunityToolkit.Maui" Version="11.0.0" /> |
49 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)"/> |
| 48 | + <PackageReference Include="CommunityToolkit.Maui" Version="12.2.0" /> |
| 49 | + <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)" /> |
50 | 50 | </ItemGroup> |
51 | 51 |
|
52 | 52 | <ItemGroup> |
53 | | - <ProjectReference Include="..\src\AsyncAwaitBestPractices.MVVM\AsyncAwaitBestPractices.MVVM.csproj"/> |
| 53 | + <ProjectReference Include="..\src\AsyncAwaitBestPractices.MVVM\AsyncAwaitBestPractices.MVVM.csproj" /> |
54 | 54 | </ItemGroup> |
55 | 55 |
|
56 | 56 | <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('windows'))=='false' and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))=='maccatalyst' and $(Configuration) == 'Debug'"> |
|
0 commit comments