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 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