From 4bc1861d53f11c4d0e6f3d84962ec6bea2de792e Mon Sep 17 00:00:00 2001 From: Chuck Waters Date: Mon, 9 Feb 2026 14:08:57 -0500 Subject: [PATCH] add dot net 10.0 support --- InertiaCore/InertiaCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InertiaCore/InertiaCore.csproj b/InertiaCore/InertiaCore.csproj index 5f68508..8a612ed 100644 --- a/InertiaCore/InertiaCore.csproj +++ b/InertiaCore/InertiaCore.csproj @@ -3,7 +3,7 @@ enable enable 0.0.9 - net6.0;net7.0;net8.0;net9.0 + net6.0;net7.0;net8.0;net9.0;net10.0; AspNetCore.InertiaCore kapi2289 Inertia.js ASP.NET Adapter. https://inertiajs.com/