Skip to content

Commit

Permalink
Remove leftover package reference of LazyCache (#12)
Browse files Browse the repository at this point in the history
Use new() syntax in AbuseIPDBEndpoints
  • Loading branch information
Kencdk authored Jun 2, 2021
1 parent 9dcd02f commit f83ac3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Kenc.AbuseIPDB/AbuseIPDBEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

public class AbuseIpDbEndpoints
{
public static readonly Uri V2Endpoint = new Uri("https://api.abuseipdb.com/api/v2/");
public static readonly Uri V2Endpoint = new("https://api.abuseipdb.com/api/v2/");
}
}
1 change: 0 additions & 1 deletion src/Kenc.AbuseIPDB/Kenc.AbuseIPDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LazyCache" Version="2.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
Expand Down

0 comments on commit f83ac3f

Please sign in to comment.