From c40a5034e0fe5dc073de9e89e0a02f18a198ced1 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 25 Dec 2024 23:22:45 +0100 Subject: [PATCH] Re-introduce .NET8 support --- BlazorSortableList.Lib/BlazorSortableList.csproj | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/BlazorSortableList.Lib/BlazorSortableList.csproj b/BlazorSortableList.Lib/BlazorSortableList.csproj index 66f594f..1d0eb57 100644 --- a/BlazorSortableList.Lib/BlazorSortableList.csproj +++ b/BlazorSortableList.Lib/BlazorSortableList.csproj @@ -1,6 +1,6 @@  - net9.0 + net8.0;net9.0 enable enable README.MD @@ -32,8 +32,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + 8.0.11 + 9.0.0 + + + 8.0.11 + 9.0.0 +