Skip to content

Commit

Permalink
Improved Query sample for PnP Core SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia committed May 12, 2021
1 parent e5ebf34 commit 49a7757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="PnP.Core.Auth" Version="1.0.0" />
<PackageReference Include="PnP.Core.Auth" Version="1.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PnP-Core-SDK/PnPCoreSDKQuerModel01/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using PnP.Core.QueryModel;
using PnP.Core.Model;
using PnP.Core.Services;
using PnP.Core.Services.Builder.Configuration;
using PnP.Core.Auth.Services.Builder.Configuration;
using System.Linq;
using PnP.Core.Auth;

namespace PnPCoreSDKAuthDemo
{
Expand Down

0 comments on commit 49a7757

Please sign in to comment.