Skip to content

Commit ab80cbd

Browse files
committed
feat(project): add support for .NET 10.0
Update the target frameworks to include .NET 10.0, ensuring compatibility with the latest version. - Added net10.0 to the TargetFrameworks property in the project file.
1 parent 5130ac6 commit ab80cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLParser/SQLParser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
operations on the parsed queries.</Description>
77
<AssemblyTitle>SQLParser</AssemblyTitle>
88
<Authors>James Craig</Authors>
9-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
9+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<AssemblyName>SQLParser</AssemblyName>
1212
<PackageId>SQLParser</PackageId>

0 commit comments

Comments
 (0)