-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cscore for .net 6.0 build #467
Comments
Just use the Nuget release - seems to be working well for me. |
I can compile it in VS 2022 and can use the dll. But i don't know how to create a package for github. |
Why do you need to create a package? Just use the Nuget release in your application. You don't need to build it yourself unless you're trying to alter it. |
i have changed cscore source to .net 6.0 in my source. Therfore i use my own fork. |
I'm using the released version via Nuget successfully in my .NET 6.0 app. I think you should try just using Nuget to import the released library to your project, and not over-complicate things. |
Ok, I know that. I wanted to bring the whole Cscore project to .net 6.0 just for fun, which worked with VS 2022. |
CSCore is for .NET Framework only. So for .NET6 or above it will be difficult to sustain the usability. |
I am a simple hobby c# programmer. I tried to compile cscore for dot net 6.0.
From what I understand it seems to be working. Maybe a better programmer can refine it??
https://github.com/KalleStae/CScore.NET6
The text was updated successfully, but these errors were encountered: