Skip to content

Commit

Permalink
nuget package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ucrengineer committed Nov 7, 2023
1 parent 9d56137 commit 2202401
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<NoWarn>$(NoWarn);CS0108</NoWarn>
</PropertyGroup>

<PropertyGroup Label="Nuget Package Settings">
<Description>
DotNetCore Implementation of FedEx Web Services 2021 for ETD Available
Endpoint.
</Description>
<PackageTags>DotNetCore, FedEx Upload Document Services, FedEx ETD, FedEx 2021 WCF</PackageTags>
</PropertyGroup>


<ItemGroup>
<PackageReference Include="Bet.Extensions.Options" />
<PackageReference Include="Microsoft.Extensions.Logging" />
Expand Down

0 comments on commit 2202401

Please sign in to comment.