From f7139760edc1edd82dd290feb1b915eb7c465ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Wed, 14 Jan 2026 00:32:31 +0900 Subject: [PATCH] build(dotnet): upgrade iOS target framework to .NET 9 --- ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props b/ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props index 4146f3b0..f58b1ae5 100644 --- a/ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props +++ b/ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props @@ -1,7 +1,7 @@ - netstandard2.0;net8.0-ios - 12.1 + netstandard2.0;net9.0-ios + 12.1 @@ -115,4 +115,4 @@ - \ No newline at end of file +