sharpfuzz icon indicating copy to clipboard operation
sharpfuzz copied to clipboard

Add net10.0 to target frameworks

Open moodmosaic opened this issue 2 months ago • 1 comments

moodmosaic avatar Dec 03 '25 10:12 moodmosaic

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.

moodmosaic avatar Dec 03 '25 10:12 moodmosaic

Let me know first if .NET 10 support is OK.

Yes, absolutely!

Metalnem avatar Dec 07 '25 10:12 Metalnem

@Metalnem, thanks! Just updated the workflow.

moodmosaic avatar Dec 10 '25 15:12 moodmosaic

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, and Library.LibFuzzer.csproj should probably be upgraded to latest version too.

Metalnem avatar Dec 13 '25 11:12 Metalnem

@Metalnem, good catch. Done ✅ Thank you 👍

moodmosaic avatar Dec 13 '25 19:12 moodmosaic

And thank you for the contribution!

Metalnem avatar Dec 13 '25 22:12 Metalnem