From 5a7a3fb1fab28ff837e4494f722a135320e08bcc Mon Sep 17 00:00:00 2001 From: mschessler Date: Thu, 2 Jan 2025 19:00:48 +0100 Subject: [PATCH] Add .Net9 and bump dependencies --- src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj | 4 ++-- src/SharpFuzz/SharpFuzz.csproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj b/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj index a58ce86..a4da397 100644 --- a/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj +++ b/src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj @@ -1,9 +1,9 @@ - + - net6.0;net7.0;net8.0 + net8.0;net9.0 Exe true sharpfuzz diff --git a/src/SharpFuzz/SharpFuzz.csproj b/src/SharpFuzz/SharpFuzz.csproj index 7c8e86b..b6caa66 100644 --- a/src/SharpFuzz/SharpFuzz.csproj +++ b/src/SharpFuzz/SharpFuzz.csproj @@ -17,9 +17,9 @@ - - - + + +