opentelemetry-dotnet-instru.../build/LibraryVersions.g.cs

113 lines
2.7 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
public static class LibraryVersion
{
public static IReadOnlyDictionary<string, IReadOnlyCollection<string>> Versions = new Dictionary<string, IReadOnlyCollection<string>>
{
{
"TestApplication.Elasticsearch",
new List<string>
{
"8.0.0",
"8.0.6",
}
},
{
"TestApplication.EntityFrameworkCore",
new List<string>
{
"6.0.12",
"7.0.4",
}
},
{
"TestApplication.GraphQL",
new List<string>
{
"2.3.0",
"2.4.0",
}
},
{
"TestApplication.MassTransit",
new List<string>
{
"8.0.0",
"8.0.13",
}
},
{
"TestApplication.SqlClient",
new List<string>
{
"1.1.4",
"2.1.5",
"3.1.2",
"4.1.1",
"5.1.0",
}
},
{
"TestApplication.MongoDB",
new List<string>
{
"2.13.3",
"2.15.0",
"2.19.0",
}
},
{
"TestApplication.MySqlData",
new List<string>
{
"6.10.7",
"8.0.32.1",
}
},
{
"TestApplication.Npgsql",
new List<string>
{
"6.0.0",
"7.0.2",
}
},
{
"TestApplication.NServiceBus",
new List<string>
{
"8.0.0",
"8.0.3",
}
},
{
"TestApplication.Quartz",
new List<string>
{
"3.4.0",
"3.6.2",
}
},
{
"TestApplication.StackExchangeRedis",
new List<string>
{
"2.0.495",
"2.1.50",
"2.5.61",
"2.6.66",
"2.6.96",
}
},
};
}