diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 139d43d..51f96af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ permissions: discussions: write env: - DOTNET_VERSION: '9.0.x' + DOTNET_VERSION: '10.0.x' CONFIGURATION: Release jobs: diff --git a/README.md b/README.md index b89ed41..ab63981 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![NuGet Downloads](https://img.shields.io/nuget/dt/Eightbot.MauiNativePdfView.svg)](https://www.nuget.org/packages/EightBot.MauiNativePdfView/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -[![.NET](https://img.shields.io/badge/.NET-9.0-purple.svg)](https://dotnet.microsoft.com/download) +[![.NET](https://img.shields.io/badge/.NET-10.0-purple.svg)](https://dotnet.microsoft.com/download) [![MAUI](https://img.shields.io/badge/MAUI-Latest-green.svg)](https://github.com/dotnet/maui) **Native PDF rendering** • **Zero web dependencies** • **Full feature parity** @@ -83,7 +83,7 @@ Install-Package MauiNativePdfView ### Requirements -- **.NET 9.0** or later +- **.NET 10.0** or later - **iOS 12.2+** (PDFKit) - **Android 7.0+** (API 24+) diff --git a/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj b/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj index 3179754..bdedf89 100644 --- a/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj +++ b/samples/MauiPdfViewerSample/MauiPdfViewerSample.csproj @@ -2,7 +2,7 @@ - net9.0-android;net9.0-ios + net10.0-android;net10.0-ios Exe MauiPdfViewerSample @@ -44,9 +44,9 @@ - - - + + + diff --git a/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj b/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj index 4d00405..e3cac92 100644 --- a/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj +++ b/src/MauiNativePdfView.Android.Binding/MauiNativePdfView.Android.Binding.csproj @@ -1,7 +1,7 @@ - net9.0-android + net10.0-android 24 enable enable diff --git a/src/MauiNativePdfView/MauiNativePdfView.csproj b/src/MauiNativePdfView/MauiNativePdfView.csproj index c6c80df..34ec6bf 100644 --- a/src/MauiNativePdfView/MauiNativePdfView.csproj +++ b/src/MauiNativePdfView/MauiNativePdfView.csproj @@ -1,7 +1,7 @@ - net9.0-android;net9.0-ios + net10.0-android;net10.0-ios true true @@ -27,7 +27,7 @@ + Version="10.0.70" />