//------------------------------------------------------------------------------ // // This code was generated by the LibraryVersionsGenerator tool. To safely // modify this file, edit PackageVersionDefinitions.cs and // re-run the LibraryVersionsGenerator project in Visual Studio. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace IntegrationTests; public static class LibraryVersion { public static readonly IReadOnlyCollection Elasticsearch = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "8.0.0" }, new object[] { "8.0.6" }, #endif }; public static readonly IReadOnlyCollection EntityFrameworkCore = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "6.0.12" }, new object[] { "7.0.3" }, #endif }; public static readonly IReadOnlyCollection GraphQL = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "2.3.0" }, new object[] { "2.4.0" }, #endif }; public static readonly IReadOnlyCollection MassTransit = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "8.0.0" }, new object[] { "8.0.13" }, #endif }; public static readonly IReadOnlyCollection SqlClient = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "1.1.4" }, new object[] { "2.1.5" }, new object[] { "3.1.2" }, new object[] { "4.1.1" }, new object[] { "5.1.0" }, #endif }; public static readonly IReadOnlyCollection MongoDB = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "2.13.3" }, new object[] { "2.15.0" }, new object[] { "2.19.0" }, #endif }; public static readonly IReadOnlyCollection MySqlData = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "6.10.7" }, new object[] { "8.0.32.1" }, #endif }; public static readonly IReadOnlyCollection Npgsql = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "6.0.0" }, new object[] { "7.0.2" }, #endif }; public static readonly IReadOnlyCollection NServiceBus = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "8.0.0" }, new object[] { "8.0.3" }, #endif }; public static readonly IReadOnlyCollection Quartz = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "3.4.0" }, new object[] { "3.6.2" }, #endif }; public static readonly IReadOnlyCollection StackExchangeRedis = new List { #if DEFAULT_TEST_PACKAGE_VERSIONS new object[] { string.Empty } #else new object[] { "2.0.495" }, new object[] { "2.1.50" }, new object[] { "2.5.61" }, new object[] { "2.6.66" }, new object[] { "2.6.96" }, #endif }; }