Forum Discussion
Srinivas Narula
Feb 10, 2017Brass Contributor
Do we have PnP Core for .net core console application??
Hi All, I was developing an timer job using "PnP Core Component - Remote Timer Job Framework". I added "SharePointPnPCoreOnline" package to console application to console application of both .net...
paulpascha
Feb 10, 2017Bronze Contributor
Nope, a .NET Core Compatible NuGet package does not exist...
- Srinivas NarulaSep 27, 2017Brass Contributor
paulpascha : Any idea whether team has any plans to built in .NET core in near future?
- Darren ParkinsonSep 27, 2017Brass Contributor
I'd like to know this too please. I had to set my target to net4.6.1 which immediately removes cross platform capability.
For reference, here is my csproj file:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net4.6.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="SharePointPnPCoreOnline" Version="2.18.1709.0" /> <PackageReference Include="System.Security.SecureString" Version="4.3.0" /> </ItemGroup> </Project>
- Srinivas NarulaSep 27, 2017Brass ContributorDarren Parkinson : Please push up the vote count from below link.
https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/16585795-support-net-core-with-csom
- Srinivas NarulaFeb 10, 2017Brass Contributorpaulpascha. Thanks for quick response.