Commit 099526c
committed
Update release notes for .NET 8.0 and 9.0 changes
- Updated README.md to reflect changes in release notes for versions 8.0 and 9.0.
- Changed all `.ConfigureAwait(true)` to `.ConfigureAwait(false)` in version 8.0 for best practices.
- Added `Open.Database.Extensions.MSSqlClient` for `Microsoft.Data.SqlClient` support.
- Updated target framework to include .NET 8.0 for improved compilation and performance.
- Discontinued Open.Database.Extensions meta-package in version 9.0 and added .NET 9.0 to targets.
- Included implementation of .NET 8 and 9 specific features and performed significant cleanup and simplification.1 parent 2bd082d commit 099526c
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
0 commit comments