Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 45 forks source link

Fixing dependencies for .Net6.0 #303

Closed joshrogers-pg closed 1 year ago

joshrogers-pg commented 1 year ago

Due to dependencies taken on 7.0.x versions for System.Text.Json and Microsoft.Extensions.Logging this library was unable to be ran in a .Net 6.0 Azure Functions (~4) application. This adjusts the versions accordingly and allows for successful consumption by .Net 6.0 applications.

Issue: https://github.com/Jericho/ZoomNet/issues/304