Skip to content

Commit

Permalink
Update SharpPcap.csproj (#507)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FredeJ authored Feb 23, 2024
1 parent d4404eb commit 6a9ec52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SharpPcap/SharpPcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>6.2.5</Version>
<Version>6.3.0</Version>
<Description>A packet capture framework for .NET</Description>
<Authors>Tamir Gal, Chris Morgan and others</Authors>
<PackageProjectUrl>https://github.com/chmorgan/sharppcap</PackageProjectUrl>
Expand All @@ -25,7 +25,6 @@ SPDX-License-Identifier: MIT
</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>7.3</LangVersion>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand Down

0 comments on commit 6a9ec52

Please sign in to comment.