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

37 lines
1.1 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.MassTransit",
new List<string>
{
"8.0.0",
"8.0.13",
}
},
{
"TestApplication.StackExchangeRedis",
new List<string>
{
"2.0.495",
"2.1.50",
"2.5.61",
"2.6.66",
"2.6.96",
}
},
};
}