You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments