diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 38243ca741..ccf2f8636a 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -111,7 +111,7 @@ public static class LibraryVersion new List { new("6.0.0"), - new("7.0.4"), + new("7.0.6"), } }, { diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 37f7766dd9..e3b9dc144b 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -121,7 +121,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "6.0.0" }, - new object[] { "7.0.4" }, + new object[] { "7.0.6" }, #endif }; public static readonly IReadOnlyCollection NServiceBus = new List