Skip to content

Commit

Permalink
net8.0 target support
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-vov committed Aug 6, 2024
1 parent 35e7ba6 commit df8d52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Maui.PDFView/Maui.PDFView.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>

<UseMaui>true</UseMaui>
Expand All @@ -21,7 +21,7 @@
<Description>MAUI library for displaying PDF files</Description>
<PackageProjectUrl>https://github.com/vitalii-vov/Maui.PDFView</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit df8d52f

Please sign in to comment.