From 7bc30f74998657cf8e5ba459c2d267516c8d4f1e Mon Sep 17 00:00:00 2001 From: Vishal Omprasad Date: Wed, 23 Apr 2025 22:01:22 +0530 Subject: [PATCH] Updated .NET version to .NET9.0 --- .../AnnotationSample/AnnotationSample.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AnnotationSample/AnnotationSample/AnnotationSample.csproj b/AnnotationSample/AnnotationSample/AnnotationSample.csproj index eab344f..b426345 100644 --- a/AnnotationSample/AnnotationSample/AnnotationSample.csproj +++ b/AnnotationSample/AnnotationSample/AnnotationSample.csproj @@ -1,8 +1,8 @@  - 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 @@ -61,9 +61,9 @@ - - - + + +