Skip to content

Commit

Permalink
Update to MSAL.NET 4.16.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Jul 10, 2020
1 parent e406e52 commit f59066f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1-Call-MSGraph/daemon-console/daemon-console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion 2-Call-OwnApi/daemon-console/Daemon-Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down

0 comments on commit f59066f

Please sign in to comment.