Skip to content

Commit

Permalink
Add more package information to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 13, 2019
1 parent 414500c commit 6977e3e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions ArpLookup/ArpLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageId>ArpLookup</PackageId>
<Authors>Georg Jung</Authors>
<PackageProjectUrl>https://github.com/georg-jung/ArpLookup</PackageProjectUrl>
<RepositoryUrl>https://github.com/georg-jung/ArpLookup</RepositoryUrl>
<Version>0.1.0</Version>
</PropertyGroup>

<PropertyGroup>
<RepositoryUrl>https://github.com/georg-jung/ArpLookup</RepositoryUrl>
<PackageProjectUrl>https://github.com/georg-jung/ArpLookup</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageDescription>A .Net Standard 2.0 library supporting ARP lookups on Windows and Linux to find the MAC address corresponding to an IP address.</PackageDescription>
<PackageTags>arp mac mac-address arp-cache ip ip-address hardware-address physical-address linux</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 6977e3e

Please sign in to comment.