From 1fe2b11b0bd6bdfe155749884c644a5d02ded8d0 Mon Sep 17 00:00:00 2001 From: Mutahhir Hayat Date: Fri, 6 Jan 2023 16:24:47 +0500 Subject: [PATCH] chore: upgrade target framework for csharp --- examples/csharp/documentation/MyTerraformStack.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/documentation/MyTerraformStack.csproj b/examples/csharp/documentation/MyTerraformStack.csproj index 55d18e2a2b..089d713cc6 100644 --- a/examples/csharp/documentation/MyTerraformStack.csproj +++ b/examples/csharp/documentation/MyTerraformStack.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + netcoreapp6.0