Skip to content

Commit

Permalink
Updated for compatibility with .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Mar 14, 2024
1 parent 1f75272 commit 504ef8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IP2ProxyComponent/IP2ProxyComponent/IP2ProxyComponent.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<RootNamespace>IP2Proxy</RootNamespace>
<TargetFrameworks>netstandard2.0;net472;net48;net481;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net472;net48;net481;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<AssemblyName>IP2Proxy</AssemblyName>
<Version>4.0.2</Version>
<Version>4.0.3</Version>
<Authors>IP2Proxy.com</Authors>
<Company>IP2Proxy.com</Company>
<Product>IP2Proxy .NET Component</Product>
Expand All @@ -15,7 +15,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://www.ip2location.com/development-libraries/ip2proxy/dot-net</PackageProjectUrl>
<PackageIcon>ip2proxy-logo-square-128.png</PackageIcon>
<PackageReleaseNotes>Fixed async methods return types</PackageReleaseNotes>
<PackageReleaseNotes>Updated for compatibility with .NET 8</PackageReleaseNotes>
<RepositoryUrl>https://github.com/ip2location/ip2proxy-dotnet.git</RepositoryUrl>
<PackageTags>ip2proxy proxy detection</PackageTags>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 504ef8a

Please sign in to comment.