From ebb86fe33b0216b637af0b204755d80e5f0640d7 Mon Sep 17 00:00:00 2001 From: shanas-swi Date: Wed, 3 Jul 2024 14:43:18 +0530 Subject: [PATCH] fixing csharpe vulnerabilities --- .../SnapPluginLibCs/CollectorExample/CollectorExample.csproj | 2 +- .../StreamingCollectorExample/StreamingCollectorExample.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/bindings/csharp/SnapPluginLibCs/CollectorExample/CollectorExample.csproj b/v2/bindings/csharp/SnapPluginLibCs/CollectorExample/CollectorExample.csproj index a00771d1..192d8fe1 100644 --- a/v2/bindings/csharp/SnapPluginLibCs/CollectorExample/CollectorExample.csproj +++ b/v2/bindings/csharp/SnapPluginLibCs/CollectorExample/CollectorExample.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + net6.0 Exe diff --git a/v2/bindings/csharp/SnapPluginLibCs/StreamingCollectorExample/StreamingCollectorExample.csproj b/v2/bindings/csharp/SnapPluginLibCs/StreamingCollectorExample/StreamingCollectorExample.csproj index a00771d1..192d8fe1 100644 --- a/v2/bindings/csharp/SnapPluginLibCs/StreamingCollectorExample/StreamingCollectorExample.csproj +++ b/v2/bindings/csharp/SnapPluginLibCs/StreamingCollectorExample/StreamingCollectorExample.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + net6.0 Exe