deepgram / deepgram-dotnet-sdk

.NET SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
28 stars 32 forks source link

Latest 4.0.0 SDK is referencing .NET 8 assemblies in .NET 6 target #280

Closed kirk-marple closed 4 months ago

kirk-marple commented 4 months ago

What is the current behavior?

Latest v4 SDK is referencing .NET 8 assemblies in .NET 6 target.

Looks like the .NET 7 target is correct, and referencing .NET 7 assemblies, but .NET 6 target is broken.

Steps to reproduce

image

Expected behavior

Not to reference .NET 8 assemblies in .NET 6 target.

dvonthenen commented 4 months ago

That's definitely an oops. Will have a patch for this shortly.

dvonthenen commented 4 months ago

A PR is posted. Will get it reviewed tomorrow and have a patch release for it.

dvonthenen commented 4 months ago

This should be in nuget in the next couple of minutes. https://github.com/deepgram/deepgram-dotnet-sdk/releases/tag/4.0.1

thanks for finding this @kirk-marple