Skip to content

Commit

Permalink
Fixed name of PnP Core SDK Query Model sample
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia committed May 13, 2021
1 parent 49a7757 commit 13c3dfb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PnPCoreSDKQuerModel01", "PnPCoreSDKQuerModel01.csproj", "{18C9888E-DD48-456A-8746-B6E7C6587C3B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PnPCoreSDKQueryModel01", "PnPCoreSDKQueryModel01.csproj", "{18C9888E-DD48-456A-8746-B6E7C6587C3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using PnP.Core.Auth.Services.Builder.Configuration;
using System.Linq;

namespace PnPCoreSDKAuthDemo
namespace PnPCoreSDKQueryModel
{
class Program
{
Expand Down

0 comments on commit 13c3dfb

Please sign in to comment.