From 3244505006b23499cfae494f0df82cbcb0263598 Mon Sep 17 00:00:00 2001 From: Jesse Creech <76924091+jesseclm@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:02:00 +1000 Subject: [PATCH] step sample project target framework from net5.0 to net.6.0 net5.0 has reached EOL --- example/Sample/Sample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Sample/Sample.csproj b/example/Sample/Sample.csproj index 78981c6..6d800a5 100644 --- a/example/Sample/Sample.csproj +++ b/example/Sample/Sample.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Exe