From e44b5e07dba79ac51d83014beddfa58e1d2ae843 Mon Sep 17 00:00:00 2001 From: Frederik Juul Date: Fri, 23 Feb 2024 11:26:34 +0100 Subject: [PATCH] Update SharpPcap.csproj Remove LGPL3.0 license from Nuget. Update version to 6.3.0. This should(?) create a new Nuget release as well, with the new license. --- SharpPcap/SharpPcap.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SharpPcap/SharpPcap.csproj b/SharpPcap/SharpPcap.csproj index ecdd59fc..561b3b81 100644 --- a/SharpPcap/SharpPcap.csproj +++ b/SharpPcap/SharpPcap.csproj @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT netstandard2.0 - 6.2.5 + 6.3.0 A packet capture framework for .NET Tamir Gal, Chris Morgan and others https://github.com/chmorgan/sharppcap @@ -25,7 +25,6 @@ SPDX-License-Identifier: MIT MIT 7.3 - LGPL-3.0-only true true