Commit 5b2dd29
committed
fix(dependencies): update Microsoft.Extensions packages and SqlClient
Update Microsoft.Extensions packages to the latest versions and switch from Microsoft.SqlClient to Microsoft.Data.SqlClient.
- Changed SqlClient reference from Microsoft.SqlClient to Microsoft.Data.SqlClient in Program.cs
- Updated Microsoft.Extensions.ObjectPool to version 9.0.2 in SQLHelper.SpeedTests.csproj
- Updated Microsoft.Extensions.Logging to version 9.0.2 in TestApp.csproj
- Updated Microsoft.Extensions.Configuration packages to version 9.0.2 and .NET Test SDK to version 17.13.0 in SQLHelper.Tests.csproj
- Updated xunit.runner.visualstudio to version 3.0.2 in SQLHelper.Tests.csproj1 parent eaa0820 commit 5b2dd29
File tree
4 files changed
+8
-8
lines changed- SQLHelper.Example
- SQLHelper.SpeedTests
- TestApp
- test/SQLHelper.Tests
4 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments