20 lines
944 B
XML
20 lines
944 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|||
|
<PackageProjectUrl>https://dev.azure.com/tstanciu94/NDB</PackageProjectUrl>
|
|||
|
<Description>.NET standard library for retrieve the public IP address programmatically.</Description>
|
|||
|
<RepositoryUrl>https://dev.azure.com/tstanciu94/_git/NDB</RepositoryUrl>
|
|||
|
<PackageReleaseNotes>.NET standard library for retrieve the public IP address programmatically.</PackageReleaseNotes>
|
|||
|
<PackageTags>Netmash PublicIP</PackageTags>
|
|||
|
<PackageIconUrl>https://png.pngtree.com/svg/20160624/ip_747437.png</PackageIconUrl>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
|
|||
|
<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0" />
|
|||
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|