netmash/NDB.Infrastructure.PublicIP/NDB.Infrastructure.PublicIP...

20 lines
940 B
XML
Raw Normal View History

2019-10-29 00:21:44 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2019-10-24 01:19:01 +03:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2019-10-29 00:21:44 +02:00
<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>NDB PublicIP</PackageTags>
<PackageIconUrl>https://png.pngtree.com/svg/20160624/ip_747437.png</PackageIconUrl>
2019-10-24 01:19:01 +03:00
</PropertyGroup>
2019-10-29 00:21:44 +02:00
2019-10-28 23:53:39 +02:00
<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>
2019-10-24 01:19:01 +03:00
</Project>