We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4404eb commit 6a9ec52Copy full SHA for 6a9ec52
SharpPcap/SharpPcap.csproj
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
8
<Project Sdk="Microsoft.NET.Sdk">
9
<PropertyGroup>
10
<TargetFramework>netstandard2.0</TargetFramework>
11
- <Version>6.2.5</Version>
+ <Version>6.3.0</Version>
12
<Description>A packet capture framework for .NET</Description>
13
<Authors>Tamir Gal, Chris Morgan and others</Authors>
14
<PackageProjectUrl>https://github.com/chmorgan/sharppcap</PackageProjectUrl>
@@ -25,7 +25,6 @@ SPDX-License-Identifier: MIT
25
</Description>
26
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27
<LangVersion>7.3</LangVersion>
28
- <PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
29
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
30
<Deterministic>true</Deterministic>
31
</PropertyGroup>
0 commit comments