Add net10.0 to target frameworks
Looking at the CI/Actions, I'll probably have to add also a libFuzzer (10.0) one. Let me know first if .NET 10 support is OK.
Let me know first if .NET 10 support is OK.
Yes, absolutely!
@Metalnem, thanks! Just updated the workflow.
Thanks @moodmosaic! I had a quick look at the modified files, and I think there are a few more places that need to be updated:
- nuget.yml should use .NET 10 too (otherwise, I think Nuget publishing flow would fail).
-
Library.csproj,Library.Fuzz.csproj, andLibrary.LibFuzzer.csprojshould probably be upgraded to latest version too.
@Metalnem, good catch. Done ✅ Thank you 👍
And thank you for the contribution!