diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj
index 9f17f1b..03cd8ea 100644
--- a/CodeMirror6/CodeMirror6.csproj
+++ b/CodeMirror6/CodeMirror6.csproj
@@ -1,6 +1,6 @@
- net6.0;net7.0;net8.0
+ net6.0;net7.0;net8.0;net9.0
Library
12.0
enable
@@ -20,7 +20,7 @@
GaelJ.BlazorCodeMirror6
Blazor CodeMirror 6 brings the power of the [CodeMirror 6](https://codemirror.net/)
- code editor to Blazor, offering a comprehensive .NET 6 / .NET 7 / .NET 8 component.
+ code editor to Blazor, offering a comprehensive .NET 6 / .NET 7 / .NET 8 / .NET 9 component.
It's tailored for both general and specialized use-cases, supporting a range of
languages and Markdown editing, extensive support for syntax highlighting,
auto-completion, custom linting, themes, Markdown preview, and more.
@@ -38,9 +38,10 @@
-
+
-
+
+
@@ -67,4 +68,4 @@
-
\ No newline at end of file
+
diff --git a/Examples.BlazorServer/Examples.BlazorServer.csproj b/Examples.BlazorServer/Examples.BlazorServer.csproj
index 68cbee8..e8700ef 100644
--- a/Examples.BlazorServer/Examples.BlazorServer.csproj
+++ b/Examples.BlazorServer/Examples.BlazorServer.csproj
@@ -1,6 +1,6 @@
- net8.0
+ net9.0
enable
false
enable
@@ -10,10 +10,10 @@
-
+
-
\ No newline at end of file
+
diff --git a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj
index 3c9609f..2976f87 100644
--- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj
+++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj
@@ -1,16 +1,16 @@
- net8.0
+ net9.0
enable
enable
false
0.8.14
-
+
-
\ No newline at end of file
+
diff --git a/Examples.BlazorWasm/Examples.BlazorWasm.csproj b/Examples.BlazorWasm/Examples.BlazorWasm.csproj
index ea51624..df373f4 100644
--- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj
+++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj
@@ -1,6 +1,6 @@
- net8.0
+ net9.0
enable
enable
false
@@ -10,11 +10,11 @@
-
-
+
+
-
\ No newline at end of file
+
diff --git a/Examples.Common/Examples.Common.csproj b/Examples.Common/Examples.Common.csproj
index d0171fe..7135bb3 100644
--- a/Examples.Common/Examples.Common.csproj
+++ b/Examples.Common/Examples.Common.csproj
@@ -1,7 +1,7 @@
Library
- net8.0
+ net9.0
enable
enable
false
@@ -12,10 +12,10 @@
-
-
+
+
-
\ No newline at end of file
+
diff --git a/README.md b/README.md
index 69ac27c..4911fcc 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
![codemirror.svg](codemirror.svg)
-Blazor CodeMirror 6 brings the power of the [CodeMirror 6](https://codemirror.net/) code editor to Blazor, offering a comprehensive .NET 6 / .NET 7 / .NET 8 component. It's tailored for both general and specialized use-cases, supporting a range of languages and Markdown editing, extensive support for syntax highlighting, auto-completion, custom linting, themes, Markdown preview, and more.
+Blazor CodeMirror 6 brings the power of the [CodeMirror 6](https://codemirror.net/) code editor to Blazor, offering a comprehensive .NET 6 / .NET 7 / .NET 8 / .NET 9 component. It's tailored for both general and specialized use-cases, supporting a range of languages and Markdown editing, extensive support for syntax highlighting, auto-completion, custom linting, themes, Markdown preview, and more.
## Try It Out