Skip to content

Commit 6a9ec52

Browse files
authored
Update SharpPcap.csproj (#507)
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.
1 parent d4404eb commit 6a9ec52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: SharpPcap/SharpPcap.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
88
<Project Sdk="Microsoft.NET.Sdk">
99
<PropertyGroup>
1010
<TargetFramework>netstandard2.0</TargetFramework>
11-
<Version>6.2.5</Version>
11+
<Version>6.3.0</Version>
1212
<Description>A packet capture framework for .NET</Description>
1313
<Authors>Tamir Gal, Chris Morgan and others</Authors>
1414
<PackageProjectUrl>https://github.com/chmorgan/sharppcap</PackageProjectUrl>
@@ -25,7 +25,6 @@ SPDX-License-Identifier: MIT
2525
</Description>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<LangVersion>7.3</LangVersion>
28-
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2928
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3029
<Deterministic>true</Deterministic>
3130
</PropertyGroup>

0 commit comments

Comments
 (0)