Skip to content

Commit

Permalink
adding Microsoft.Extensions.Logging to cs file - synchonizing extensi…
Browse files Browse the repository at this point in the history
…ons at 1.1.2
  • Loading branch information
slorello89 committed Jan 17, 2020
1 parent a0ede24 commit 132ff4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Nexmo.Api/Nexmo.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.2.*" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="jose-jwt" Version="2.3.*" />
Expand Down

0 comments on commit 132ff4a

Please sign in to comment.