Skip to content

Commit

Permalink
wip update to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc3u committed Dec 11, 2023
1 parent 516cfb2 commit a4b4737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plugin.Maui.Health/Health.android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Microsoft.Maui.ApplicationModel;
using Plugin.Maui.Health.Enums;
using Plugin.Maui.Health.Exceptions;
using Plugin.Maui.Health.Extensions;
//using Plugin.Maui.Health.Extensions;
using Plugin.Maui.Health.Models;

namespace Plugin.Maui.Health;
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.Maui.Health/Plugin.Maui.Health.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseMauiEssentials>true</UseMauiEssentials>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
Expand Down Expand Up @@ -54,6 +53,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" IsImplicitlyDefined="true" />
<PackageReference Include="System.Management" Version="7.0.0" Condition="$(TargetFramework.Contains('-windows')) == true" />
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.3" />
</ItemGroup>

<!-- Package additions -->
Expand Down

0 comments on commit a4b4737

Please sign in to comment.