diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index da4420fff5..b2262cb3e2 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -68,7 +68,7 @@ public static class LibraryVersion new List { new("8.0.0"), - new("8.1.0"), + new("8.1.1"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 48be73ebc3..7e2a44c898 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -12,7 +12,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 3b2169e6fb..910c17f2a1 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -73,7 +73,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "8.0.0" }, - new object[] { "8.1.0" }, + new object[] { "8.1.1" }, #endif }; public static readonly IReadOnlyCollection SqlClient = new List