Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is it be possible to sent private team message within c# with using visual studio 2013. I'm currently building the custom application with following the steps of sent message in a chat https://learn.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=csharp. Now I'm facing issue in create an auth provider by reffering https://learn.microsoft.com/en-us/graph/sdks/choose-authentication-providers?tabs=CS .Mostly all Microsoft graph authentication provider needs add the Azure.Identity package. Azure.Identity requires .NETStandard 2.0 which was not supporting by visual studio 2013 any solution to create an auth provider without using Azure Identity Package


What I have tried:

I try to install the earlist version of azure identity NuGet\Install-Package Azure.Identity -Version 1.0.0-preview.1
which can be support by my visual studio 2013 but it cannot be install. Any solution?
Posted
Comments
Chris Copeland 4-Oct-22 4:25am    
If Azure.Identity requires .NETStandard 2.0 and if VS 2013 does not fully support that then you need to either upgrade your version of Visual Studio (Community edition is free so why not get a newer version?) or move over to VS Code which I think supports it too.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900