Skip to content

Commit

Permalink
Add support for dotnet 9
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Nov 16, 2024
1 parent 613acbd commit b67d03d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AssemblyName = "Microsoft.Data.Sqlite",
TypeName = "Microsoft.Data.Sqlite.SqliteCommand",
MinimumVersion = "2.0.0",
MaximumVersion = "8.*.*",
MaximumVersion = "9.*.*",
IntegrationName = nameof(IntegrationId.Sqlite),
DataReaderType = "Microsoft.Data.Sqlite.SqliteDataReader",
DataReaderTaskType = "System.Threading.Tasks.Task`1[Microsoft.Data.Sqlite.SqliteDataReader]",
Expand Down Expand Up @@ -64,7 +64,7 @@
AssemblyName = "Microsoft.Data.Sqlite",
TypeName = "Microsoft.Data.Sqlite.SqliteDataReader",
MinimumVersion = "2.0.0",
MaximumVersion = "8.*.*",
MaximumVersion = "9.*.*",
IntegrationName = nameof(IntegrationId.SqlClient),
DataReaderType = "System.Data.SQLite.SQLiteDataReader",
DataReaderTaskType = "System.Threading.Tasks.Task`1[System.Data.SQLite.SQLiteDataReader]",
Expand Down

0 comments on commit b67d03d

Please sign in to comment.