Commit 36bc65b
committed
feat(dependencies): update packages and target frameworks
Upgrade project dependencies and target frameworks to ensure compatibility with .NET 8.0 and improve functionality across the solution.
- Updated `TargetFrameworks` in `SQLHelper.SpeedTests.csproj` and `TestApp.csproj` to `net8.0`.
- Upgraded `BenchmarkDotNet` in `SQLHelper.SpeedTests.csproj` to `0.15.7`.
- Updated `Microsoft.Extensions.Logging` in `TestApp.csproj` to `10.0.0`.
- Upgraded `Microsoft.CodeAnalysis.NetAnalyzers` in `SQLHelper.DB.csproj` to `10.0.100`.
- Updated `Microsoft.Data.SqlClient` in `SQLHelper.DB.csproj` to `6.1.3`.
- Upgraded `Microsoft.Extensions.ObjectPool` in `SQLHelper.DB.csproj` to `10.0.0`.
- Updated `Microsoft.SqlServer.Management.SqlParser` in `SQLHelper.DB.csproj` to `173.6.0`.
- Upgraded `BigBook` in `SQLHelper.DB.csproj` to `6.1.0`.
- Updated `Microsoft.Extensions.Configuration` in `SQLHelper.DB.csproj` to `10.0.0`.
- Upgraded `Microsoft.Extensions.Configuration.EnvironmentVariables` and `Microsoft.Extensions.Configuration.Json` in `SQLHelper.Tests.csproj` to `10.0.0`.
- Updated `Microsoft.NET.Test.Sdk` in `SQLHelper.Tests.csproj` to `18.0.1`.
- Upgraded `FileCurator` in `SQLHelper.Tests.csproj` to `5.1.7`.1 parent 45ba5d3 commit 36bc65b
File tree
4 files changed
+12
-12
lines changed- SQLHelper.SpeedTests
- TestApp
- src/SQLHelper.DB
- test/SQLHelper.Tests
4 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| 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 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments