From 00d37631730168ac68f0ec5d48c91580f3763470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Tue, 23 Apr 2024 11:33:55 +0300 Subject: [PATCH] Downgrade .NET framework target version 4.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated bindings already support 4.6.1, update documentation and target framework version in test project settings. Signed-off-by: Kristupas Antanavičius --- README.md | 4 ++-- dotnet-tests/UniffiCS/UniffiCS.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fe4aeb..5c5c4e9 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ There are a few requirements depending on your target framework version. ``` -- .NET framework `4.8` +- .NET framework `4.6.1` ```xml - net48 + net461 10.0 true diff --git a/dotnet-tests/UniffiCS/UniffiCS.csproj b/dotnet-tests/UniffiCS/UniffiCS.csproj index c1765d4..72114cf 100644 --- a/dotnet-tests/UniffiCS/UniffiCS.csproj +++ b/dotnet-tests/UniffiCS/UniffiCS.csproj @@ -1,7 +1,7 @@ - net48;net6.0 + net461;net6.0 10.0 true