From d912980db1867abf229bb00ad77b41c777b8688f Mon Sep 17 00:00:00 2001 From: PrithisSf3973 Date: Sun, 20 Apr 2025 15:51:14 +0530 Subject: [PATCH] updated to net9 --- Carousel/Carousel.csproj | 18 +++++++++--------- Carousel/Carousel.csproj.user | 33 --------------------------------- 2 files changed, 9 insertions(+), 42 deletions(-) delete mode 100644 Carousel/Carousel.csproj.user diff --git a/Carousel/Carousel.csproj b/Carousel/Carousel.csproj index c22c5c3..dda203a 100644 --- a/Carousel/Carousel.csproj +++ b/Carousel/Carousel.csproj @@ -1,10 +1,10 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 - +