Skip to content

Commit

Permalink
remove direct link to pnp.core.sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zuellig committed Dec 10, 2024
1 parent 29d2843 commit bcb065f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/PnP.Framework/PnP.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.1" />
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="PnP.Core" Version="1.14.*-*" Condition="'$(PnPCoreSdkPath)' == ''" />
<PackageReference Include="Portable.Xaml" Version="0.26.0" />
</ItemGroup>

Expand Down Expand Up @@ -285,8 +286,4 @@
<Folder Include="Provisioning\Providers\Xml\Serializers\V202209\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\pnpcore\src\sdk\PnP.Core\PnP.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit bcb065f

Please sign in to comment.