From 748ae700aa7bfad939dd40dbd3241ca26a17989e Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 28 Jan 2025 21:25:57 +0100 Subject: [PATCH] bindings/c#/poc.csproj: bump .NET version to fix CI test. --- bindings/c#/poc.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c#/poc.csproj b/bindings/c#/poc.csproj index 41f1d5ad..a269962b 100644 --- a/bindings/c#/poc.csproj +++ b/bindings/c#/poc.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0