Commit f5c181f
committed
fix(deps): update package versions in project files
Update several dependencies in the SQLHelper project to their latest versions for improved performance and compatibility.
- Updated `BenchmarkDotNet` from `0.15.1` to `0.15.2` in `SQLHelper.SpeedTests.csproj`.
- Updated `Microsoft.Extensions.ObjectPool` from `9.0.5` to `9.0.6` in `SQLHelper.SpeedTests.csproj`.
- Updated `Microsoft.Extensions.Configuration.EnvironmentVariables` from `9.0.5` to `9.0.6` in `SQLHelper.Tests.csproj`.
- Updated `Microsoft.Extensions.Configuration.Json` from `9.0.5` to `9.0.6` in `SQLHelper.Tests.csproj`.
- Updated `Microsoft.NET.Test.Sdk` from `17.13.0` to `17.14.1` in `SQLHelper.Tests.csproj`.
- Updated `xunit.runner.visualstudio` from `3.1.0` to `3.1.1` in `SQLHelper.Tests.csproj`.1 parent c40d7a8 commit f5c181f
File tree
2 files changed
+6
-6
lines changed- SQLHelper.SpeedTests
- test/SQLHelper.Tests
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| 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