Skip to content

Commit 965a115

Browse files
Feature/sl remove maui controls dependency (#127)
* Disabled UseMaui in the main project * Remove IDE files * Update Microsoft.Maui.Controls package version --------- Co-authored-by: Shaun Lawrence <17139988+bijington@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> Co-authored-by: Gerald Versluis <gerald@verslu.is>
1 parent a14b07c commit 965a115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin.Maui.Audio/Plugin.Maui.Audio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>
@@ -71,6 +70,7 @@
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 -->

0 commit comments

Comments
 (0)