diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index f4b8697146..681a239a35 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -160,7 +160,7 @@ public static partial class LibraryVersion new List { new("2.6.122"), - new("2.8.0"), + new("2.8.12"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index bed4eaf204..f538c5d1a3 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -42,7 +42,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 2298caa974..9e63b04211 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -276,7 +276,7 @@ public static TheoryData StackExchangeRedis theoryData.Add(string.Empty); #else theoryData.Add("2.6.122"); - theoryData.Add("2.8.0"); + theoryData.Add("2.8.12"); #endif return theoryData; }