1

I have a solution that is targeting .Net Core2.1 Framework. Now inside I want to be able to query sharepoint list items. But I see I can't add Microsoft.SharePoint.dll in the project. I tried changing the targeted framework under project properties but it doesn't work. Can anyone help me understand if it's possible or not?

1 Answer 1

1

If you are married to .NET Core your only real option is the REST APIs, and you are going to have to wire up all the code infrastructure and authentication yourself.

So, not impossible, but a bit lower level.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.