Skip to content

Commit

Permalink
Merge pull request #35 from Azure-Samples/jmprieur/update-msal-4-20
Browse files Browse the repository at this point in the history
Update to MSAL.NET 4.20
  • Loading branch information
jmprieur authored Oct 13, 2020
2 parents 0b60617 + b381874 commit a6d7e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion up-console/MyInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public MyInformation(IPublicClientApplication app, HttpClient client, string mic
{
tokenAcquisitionHelper = new PublicAppUsingUsernamePassword(app);
protectedApiCallHelper = new ProtectedApiCallHelper(client);
this.MicrosoftGraphBaseEndpoint = microsoftGraphBaseEndpoint;
MicrosoftGraphBaseEndpoint = microsoftGraphBaseEndpoint;
}

protected PublicAppUsingUsernamePassword tokenAcquisitionHelper;
Expand Down
8 changes: 4 additions & 4 deletions up-console/up-console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.19.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.8" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.20.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down

0 comments on commit a6d7e73

Please sign in to comment.