My current project class library is in .Net Framework 4.7.2 (target framework) and we are using Microsoft.Azure.DocumentDB package. we have to update to version 3 of Azure Questions
- Does we will be able to do update into Microsoft.Azure.Cosmos package with class library in .Net Framework 4.7 or Microsoft.Azure.Cosmos package only supporting ".Net standard" framework ? 2)If Yes, then while migrating code we are getting "Inaccessible due to protection level error" in number of places. 3)If No, then does we need to change class libaray from .Net framework 4.7 to .Net Standard to migrate code ?