From 7c2439b7c34400f105ff4f0400c78cfba9c18f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 4 Sep 2024 08:45:56 +0200 Subject: [PATCH] Bump Quartz* packages to 3.13.0 --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 6 +++--- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 1ee2bb7464..f4b8697146 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -152,7 +152,7 @@ public static partial class LibraryVersion new List { new("3.4.0"), - new("3.10.0"), + new("3.13.0"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index e06992ed38..039ac41652 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -38,9 +38,9 @@ - - - + + + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index cc3a6aa866..2298caa974 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -262,7 +262,7 @@ public static TheoryData Quartz theoryData.Add(string.Empty); #else theoryData.Add("3.4.0"); - theoryData.Add("3.10.0"); + theoryData.Add("3.13.0"); #endif return theoryData; }