diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 622555b97..f9655ee01 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -119,7 +119,7 @@ public static class LibraryVersion new List { new("8.0.0"), - new("8.1.3"), + new("8.1.4"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index dcfee43ab..368930f02 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -30,7 +30,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index a09ec42de..8bb35b847 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -130,7 +130,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "8.0.0" }, - new object[] { "8.1.3" }, + new object[] { "8.1.4" }, #endif }; public static readonly IReadOnlyCollection Quartz = new List