* Bump Google.Protobuf to 3.25.2
* Bump Microsoft.Data.SqlClient to 5.1.4
* .NET Fx - Microsoft.Extensions.Options to 8.0.1
* .NET FX `Microsoft.Extensions.Configuration.Binder` from `8.0.0` to `8.0.1`
* .NET Fx `System.Text.Json` from `8.0.0` to `8.0.1`
* System.Data.SqlClient to 4.8.6 - older versions contains security issue
* StackExchange.Redis to 2.7.17
* MySqlConnector to 2.3.4
* MySql.Data to 8.3.0
* xunit 2.6.6
* Microsoft.Data.SqlClient - handles https://github.com/dotnet/announcements/issues/292
* TestApplication - Compile shared classes into TestApplications
* ApiVersion -> TestedPackageVersion
* IntegrationTests - do not override compilation constants
* Prepare StackExchangeRedisTests to execute multiple libraries
* Adjust TestApplication building path
to allow to build it for more than one library version
* typo fix
* remove redundant usings
* temporary use default lib version
* Unify restore process for Windows and Linux
* Fix path while testing scripts
* Redis - execute tests for set of libraries
* Bump StackExchange.Redis to 2.6.90 (test folder)
* Empty TestedPackageVersionsGenerator
* Generates files for xUnit and Build
* Include test version generator into pipeline
* Refactor generator
* dotnet-format
* Fix compilation issue
* Add MassTransit to multiple lib tests
* remove unused parameter
* add missing file from previous commit
* TestedPackageVersion -> LibraryVersion
* PR feedback make class internal
* Fix BaseIntermediateOutputPath
* PR feedback update header file
* Fix StackExchangeRedis multiple versions
* PR feedback - improve restore/build process