Skip to content

Commit

Permalink
Udpate to MSAL.NET 4.16
Browse files Browse the repository at this point in the history
This is only for testing. The right PR to merge will be #74
  • Loading branch information
jmprieur committed Jul 6, 2020
1 parent fa79059 commit acccedd
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.13.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.0" />
<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.13.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down

0 comments on commit acccedd

Please sign in to comment.