Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Mar 21, 2024
1 parent 565d436 commit f57b4a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ClientApp/ClientApp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- XC0022 error : Binding could be compiled if x:DataType is specified. -->
<NoWarn>$(NoWarn);XC0022</NoWarn>

<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https:/Samsung/Tizen.NET -->
Expand Down Expand Up @@ -65,7 +68,7 @@
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.*-*" />

<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="5.3.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="PCLCrypto" Version="2.1.40-alpha" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
Expand Down

0 comments on commit f57b4a6

Please sign in to comment.