Skip to content

Commit

Permalink
Merge pull request #2 from seiggy/dependabot/nuget/Microsoft.Extensio…
Browse files Browse the repository at this point in the history
…ns.Configuration-3.1.1

Bump Microsoft.Extensions.Configuration from 2.0.2 to 3.1.1
  • Loading branch information
seiggy authored Jan 29, 2020
2 parents b499c8e + a97a2f4 commit f910f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Arke.IVR/Arke.IVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="AsterNET.ARI" Version="1.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Arke.ServiceHost/Arke.ServiceHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AsterNET.ARI" Version="1.2.2" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.2" />
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.5.4" />
Expand Down

0 comments on commit f910f48

Please sign in to comment.