From 9895a62f9527f0dd979858e4c5c8b1f215f8678e Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 6 Dec 2022 11:42:35 -0800 Subject: [PATCH] updated net versions --- Example_CSharp/screen_capture_lite_example_csharp.csproj | 2 +- src_csharp/screen_capture_lite_csharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example_CSharp/screen_capture_lite_example_csharp.csproj b/Example_CSharp/screen_capture_lite_example_csharp.csproj index 05c0a55c..22c31327 100644 --- a/Example_CSharp/screen_capture_lite_example_csharp.csproj +++ b/Example_CSharp/screen_capture_lite_example_csharp.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 false x64;x86 diff --git a/src_csharp/screen_capture_lite_csharp.csproj b/src_csharp/screen_capture_lite_csharp.csproj index f97d013e..676a7077 100644 --- a/src_csharp/screen_capture_lite_csharp.csproj +++ b/src_csharp/screen_capture_lite_csharp.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0