From 6982bbeaa7b7d4d4fe747ff69db3210fd0e0b028 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:19:14 +0300 Subject: [PATCH 1/2] use correct framework --- examples/csharp/App/App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/App/App.csproj b/examples/csharp/App/App.csproj index 4321ae1..7724298 100644 --- a/examples/csharp/App/App.csproj +++ b/examples/csharp/App/App.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp8.0 + net8.0 From 6c7c8a312975de9ef710e74fd12082e959098c4e Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:19:46 +0300 Subject: [PATCH 2/2] - --- examples/csharp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/Makefile b/examples/csharp/Makefile index 40ae814..b66f47a 100644 --- a/examples/csharp/Makefile +++ b/examples/csharp/Makefile @@ -6,4 +6,4 @@ deps: @dotnet restore run: - @dotnet App/bin/Release/netcoreapp8.0/App.dll + @dotnet App/bin/Release/net8.0/App.dll