Azure / azure-cosmosdb-bulkexecutor-dotnet-getting-started

Bulk Executor Utility for Azure Cosmos DB .NET SQL API
MIT License
66 stars 41 forks source link

What is the compatible version of bulk executor for .net5.0? #76

Open prynk121 opened 2 years ago

prynk121 commented 2 years ago

We want to implement the bulk delete functionality and the project version is .net 5.0. The Package is getting restored to a lower version saying it might not be compatible with .net 5.0. Is there any version for .net5.0 or any other alternative approach to implement the bulk delete functionality?