diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index d33f6bdce..e4bec2f78 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -26,7 +26,7 @@ public static class LibraryVersion new List { "6.0.12", - "7.0.3", + "7.0.4", } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 232afd92d..9e2ac93e4 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -17,7 +17,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index f000da1bf..7f43cfd77 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -28,7 +28,7 @@ public static class LibraryVersion new object[] { string.Empty } #else new object[] { "6.0.12" }, - new object[] { "7.0.3" }, + new object[] { "7.0.4" }, #endif }; public static readonly IReadOnlyCollection GraphQL = new List