From 8dff80100236bc4a21309a990a3479df736c4476 Mon Sep 17 00:00:00 2001 From: Cyro Date: Tue, 26 Nov 2024 05:36:38 -0600 Subject: [PATCH] feat(runtime)#: Update projects to work with net9.0 --- SharpPipe.Example/SharpPipe.Example.csproj | 2 +- SharpPipe/SharpPipe.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpPipe.Example/SharpPipe.Example.csproj b/SharpPipe.Example/SharpPipe.Example.csproj index 47e3bbc..7bc1020 100644 --- a/SharpPipe.Example/SharpPipe.Example.csproj +++ b/SharpPipe.Example/SharpPipe.Example.csproj @@ -2,7 +2,7 @@ Exe - net8.0;net472;net462 + net9.0;net8.0;net472;net462 enable enable diff --git a/SharpPipe/SharpPipe.csproj b/SharpPipe/SharpPipe.csproj index 90ca50c..89b36c4 100644 --- a/SharpPipe/SharpPipe.csproj +++ b/SharpPipe/SharpPipe.csproj @@ -2,7 +2,7 @@ library - net8.0;net472;net462 + net9.0;net8.0;net472;net462 enable enable 12