From 0214d4045b610e6c1c7bdd015d3949b21c14cd63 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:06:53 +0100 Subject: [PATCH] fix: use net8 generator for csharp net6 is EOL and no longer supported --- config/client/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/client/dotnet.yml b/config/client/dotnet.yml index 3a29a37351d..c9396f25b6e 100644 --- a/config/client/dotnet.yml +++ b/config/client/dotnet.yml @@ -5,5 +5,5 @@ packageAuthors: ORY packageCompany: ORY GmbH netCoreProjectFile: true infoUrl: https://www.ory.sh -targetFramework: net6.0 +targetFramework: net8.0 disallowAdditionalPropertiesIfNotPresent: false