Commit a57bd7b
committed
fix(dependencies): update package versions
Update several NuGet package references across the project files to their latest versions for improved functionality and security.
- Updated `Microsoft.Extensions.ObjectPool` and `Serilog.Sinks.File` in `SQLHelper.SpeedTests.csproj` from versions `9.0.4` to `9.0.5` and `6.0.0` to `7.0.0`, respectively.
- Updated `Microsoft.Extensions.Logging` in `TestApp.csproj` from version `9.0.4` to `9.0.5`.
- Upgraded `Microsoft.Extensions.Configuration.EnvironmentVariables` and `Microsoft.Extensions.Configuration.Json` in `SQLHelper.Tests.csproj` from version `9.0.4` to `9.0.5`.
- Updated `xunit.runner.visualstudio` from version `3.0.2` to `3.1.0` in `SQLHelper.Tests.csproj`.
- Upgraded `FileCurator` from version `5.0.3` to `5.0.6` in `SQLHelper.Tests.csproj`.1 parent 3d41b4d commit a57bd7b
File tree
3 files changed
+8
-8
lines changed- SQLHelper.SpeedTests
- TestApp
- test/SQLHelper.Tests
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
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 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments