From 76d3bba9df04ad2369e45c121c862a5478baf2ab Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 17 Feb 2024 15:13:09 +0000 Subject: [PATCH] chore: target samples to net8.0 --- Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj | 2 +- Samples/VpSharp.VB_Sample/VpSharp.VB_Sample.vbproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj b/Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj index f1b0eac..1d3086f 100644 --- a/Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj +++ b/Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/Samples/VpSharp.VB_Sample/VpSharp.VB_Sample.vbproj b/Samples/VpSharp.VB_Sample/VpSharp.VB_Sample.vbproj index 7f9c093..0874923 100644 --- a/Samples/VpSharp.VB_Sample/VpSharp.VB_Sample.vbproj +++ b/Samples/VpSharp.VB_Sample/VpSharp.VB_Sample.vbproj @@ -3,7 +3,7 @@ Exe VpSharp.VB_Sample - net6.0 + net8.0