C# Sdk doesn't work on .NET 8

Hello guys, I’m trying to implement the api.video solution into my .NET 8 project.
But when I install the package I got the following message

Package 'ApiVideo 1.3.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework ,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the target project framework 'net8.0'. This package may not be fully compatible with your project.

But on the website says that I can install it on * .NET 4.0 or later.

I’m missing something, because I can’t call any method of the sdk right now