From 3eef44364431ed55acaeb76b90b53af2e2d69395 Mon Sep 17 00:00:00 2001 From: Florian Stadler Date: Tue, 21 Jan 2025 13:46:50 +0100 Subject: [PATCH] Bump examples to dotnet 8 --- examples/role-cs/role-cs.csproj | 2 +- examples/simple-cs/simple-cs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/role-cs/role-cs.csproj b/examples/role-cs/role-cs.csproj index d475a53fb0..f432dbe7e6 100644 --- a/examples/role-cs/role-cs.csproj +++ b/examples/role-cs/role-cs.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable diff --git a/examples/simple-cs/simple-cs.csproj b/examples/simple-cs/simple-cs.csproj index d475a53fb0..f432dbe7e6 100644 --- a/examples/simple-cs/simple-cs.csproj +++ b/examples/simple-cs/simple-cs.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable