From 17ac6171f305043122a870663f9a854efb1a652d Mon Sep 17 00:00:00 2001 From: Sajan Date: Mon, 2 Dec 2024 19:22:01 +0100 Subject: [PATCH] Updated target frameworks version Included dotnet 9.0 frameworks version. --- src/tailwindcss-dotnet/tailwindcss-dotnet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tailwindcss-dotnet/tailwindcss-dotnet.csproj b/src/tailwindcss-dotnet/tailwindcss-dotnet.csproj index 3bb104d..3fbbde7 100644 --- a/src/tailwindcss-dotnet/tailwindcss-dotnet.csproj +++ b/src/tailwindcss-dotnet/tailwindcss-dotnet.csproj @@ -9,7 +9,7 @@ A dotnet tool for installing and invoking Tailwind CSS. - net6.0;net8.0 + net6.0;net8.0;net9.0