File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0</TargetFrameworks >
44 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks >
55 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
66 <!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
7- <UseMaui >true</UseMaui >
87 <SingleProject >true</SingleProject >
98 <ImplicitUsings >enable</ImplicitUsings >
109 <Nullable >enable</Nullable >
7170
7271 <ItemGroup >
7372 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" IsImplicitlyDefined =" true" />
73+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 8.0.100" />
7474 </ItemGroup >
7575
7676 <!-- Package additions -->
You can’t perform that action at this time.
0 commit comments