Commit e7620c7
committed
fix(dependencies): update package references to latest versions
Update various package references across the project to their latest stable versions to ensure compatibility and take advantage of improvements.
- Updated Microsoft.Extensions.Logging from 10.0.1 to 10.0.2 in TestApp.csproj
- Updated Microsoft.CodeAnalysis.NetAnalyzers from 10.0.101 to 10.0.102 in SQLHelper.DB.csproj
- Updated Microsoft.Data.SqlClient from 6.1.3 to 6.1.4 in SQLHelper.DB.csproj
- Updated Microsoft.Extensions.ObjectPool from 10.0.1 to 10.0.2 in SQLHelper.DB.csproj
- Updated Microsoft.Extensions.Configuration from 10.0.1 to 10.0.2 in SQLHelper.DB.csproj
- Updated Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 in SQLHelper.DB.csproj
- Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 10.0.1 to 10.0.2 in SQLHelper.Tests.csproj
- Updated Microsoft.Extensions.Configuration.Json from 10.0.1 to 10.0.2 in SQLHelper.Tests.csproj1 parent 5e2280d commit e7620c7
File tree
3 files changed
+8
-8
lines changed- TestApp
- src/SQLHelper.DB
- test/SQLHelper.Tests
3 files changed
+8
-8
lines changed| 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 | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments