A new version was released yesterday. The version is not yet supported by .netstandard2.0 and consequently the old .net framework 4.6.2 is no longer supported by Microsoft.
You can use the library with .NET6 but I recommend upgrading to .NET8.
I’m working on a REST Api gateway for CasparCG Server, let me know if you’re interested in this project. I can create a new post on this topic.
Could not install package ‘StarDust.CasparCg.net.Device 2023.12.14.4’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.8’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I install the dotnet-sdk-6.0.428-win-x64.exe & dotnet-sdk-8.0.404-win-x64.exe
But while creating a new project or try to change dontnet target of any existing project I didn’t find dontnet 6 or 8 still unable to install StartDust.casparcg.net
kindly help me