From 0103594baab0e59018245285c3ebb7384cee97a4 Mon Sep 17 00:00:00 2001 From: Tobias Buchholz Date: Thu, 16 Jan 2025 21:55:47 +0100 Subject: [PATCH] Update Playground.csrpoj to .net9 --- sample/Playground/Playground.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample/Playground/Playground.csproj b/sample/Playground/Playground.csproj index a133eb7..143d001 100644 --- a/sample/Playground/Playground.csproj +++ b/sample/Playground/Playground.csproj @@ -1,13 +1,14 @@ - net8.0-android;net8.0-ios + net9.0-android;net9.0-ios Playground true 9.0.0 true enable Exe + true Playground