From 8bbb3fea83b82090267b6d7b378b691dd0ee544c Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Tue, 7 May 2024 10:32:16 +0200 Subject: [PATCH] Update Examples to .NET 8.0 (#155) --- Benchmarks/ClientBenchmarkApp/ClientBenchmarkApp.csproj | 2 +- .../ConnectReceiveAndPublish.csproj | 8 ++------ Examples/HiveMQtt-CLI/HiveMQtt-CLI/HiveMQtt-CLI.csproj | 2 +- Examples/Reconnect/Reconnect.csproj | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Benchmarks/ClientBenchmarkApp/ClientBenchmarkApp.csproj b/Benchmarks/ClientBenchmarkApp/ClientBenchmarkApp.csproj index 8e50f7b4..0cfbc8ee 100644 --- a/Benchmarks/ClientBenchmarkApp/ClientBenchmarkApp.csproj +++ b/Benchmarks/ClientBenchmarkApp/ClientBenchmarkApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable diff --git a/Examples/ConnectReceiveAndPublish/ConnectReceiveAndPublish.csproj b/Examples/ConnectReceiveAndPublish/ConnectReceiveAndPublish.csproj index 94690f8f..3ab1e3eb 100644 --- a/Examples/ConnectReceiveAndPublish/ConnectReceiveAndPublish.csproj +++ b/Examples/ConnectReceiveAndPublish/ConnectReceiveAndPublish.csproj @@ -2,17 +2,13 @@ Exe - net6.0 + net8.0 enable enable - - $(RestoreSources);../../Source/HiveMQtt/bin/Debug/;https://api.nuget.org/v3/index.json - - - + diff --git a/Examples/HiveMQtt-CLI/HiveMQtt-CLI/HiveMQtt-CLI.csproj b/Examples/HiveMQtt-CLI/HiveMQtt-CLI/HiveMQtt-CLI.csproj index 48ab58d9..34dd46de 100644 --- a/Examples/HiveMQtt-CLI/HiveMQtt-CLI/HiveMQtt-CLI.csproj +++ b/Examples/HiveMQtt-CLI/HiveMQtt-CLI/HiveMQtt-CLI.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 HiveMQtt_CLI enable enable diff --git a/Examples/Reconnect/Reconnect.csproj b/Examples/Reconnect/Reconnect.csproj index 6caddeab..d9aae880 100644 --- a/Examples/Reconnect/Reconnect.csproj +++ b/Examples/Reconnect/Reconnect.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable