From 6b571e7714d046a5d08772f1c033927e278b38f0 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 22 May 2024 09:03:13 +0100 Subject: [PATCH] do all net8 --- .../ProxyInterfaceConsumer/ProxyInterfaceConsumer.csproj | 4 ++-- .../ProxyInterfaceConsumerForAkka.csproj | 4 ++-- .../ProxyInterfaceConsumerForPnP.csproj | 4 ++-- .../ProxyInterfaceConsumerViaNuGet.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src-examples/ProxyInterfaceConsumer/ProxyInterfaceConsumer.csproj b/src-examples/ProxyInterfaceConsumer/ProxyInterfaceConsumer.csproj index 9f03ec9..313865e 100644 --- a/src-examples/ProxyInterfaceConsumer/ProxyInterfaceConsumer.csproj +++ b/src-examples/ProxyInterfaceConsumer/ProxyInterfaceConsumer.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 Exe enable @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/src-examples/ProxyInterfaceConsumerForAkka/ProxyInterfaceConsumerForAkka.csproj b/src-examples/ProxyInterfaceConsumerForAkka/ProxyInterfaceConsumerForAkka.csproj index 2c28d19..7aaee03 100644 --- a/src-examples/ProxyInterfaceConsumerForAkka/ProxyInterfaceConsumerForAkka.csproj +++ b/src-examples/ProxyInterfaceConsumerForAkka/ProxyInterfaceConsumerForAkka.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Exe enable @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/src-examples/ProxyInterfaceConsumerForPnP/ProxyInterfaceConsumerForPnP.csproj b/src-examples/ProxyInterfaceConsumerForPnP/ProxyInterfaceConsumerForPnP.csproj index 573790a..20c1884 100644 --- a/src-examples/ProxyInterfaceConsumerForPnP/ProxyInterfaceConsumerForPnP.csproj +++ b/src-examples/ProxyInterfaceConsumerForPnP/ProxyInterfaceConsumerForPnP.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Exe enable @@ -53,4 +53,4 @@ - \ No newline at end of file + diff --git a/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj b/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj index 3c7d3b6..d460741 100644 --- a/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj +++ b/src-examples/ProxyInterfaceConsumerViaNuGet/ProxyInterfaceConsumerViaNuGet.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 ProxyInterfaceConsumer ProxyInterfaceConsumer enable