diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 195ca0617e..f8a759be1e 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -29,7 +29,7 @@ public static partial class LibraryVersion { new("8.0.0"), new("8.10.0"), - new("8.12.0"), + new("8.12.1"), } }, { @@ -39,6 +39,7 @@ public static partial class LibraryVersion new("6.0.27"), new("7.0.16"), new("8.0.2", supportedFrameworks: new string[] {"net8.0"}), + new("8.0.3", supportedFrameworks: new string[] {"net8.0"}), } }, { @@ -48,6 +49,7 @@ public static partial class LibraryVersion new("6.0.2"), new("7.0.0"), new("8.0.0", supportedFrameworks: new string[] {"net8.0"}), + new("8.0.2", supportedFrameworks: new string[] {"net8.0"}), } }, { @@ -71,7 +73,7 @@ public static partial class LibraryVersion new List { new("8.0.0"), - new("8.1.3"), + new("8.2.0"), } }, { @@ -104,7 +106,7 @@ public static partial class LibraryVersion new List { new("2.0.0"), - new("2.3.5"), + new("2.3.6"), } }, { @@ -147,7 +149,7 @@ public static partial class LibraryVersion new("2.1.50"), new("2.5.61"), new("2.6.66"), - new("2.7.23"), + new("2.7.33"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index a53b78087c..68343be9a8 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -2,7 +2,7 @@ - + @@ -13,15 +13,15 @@ - + - + - + @@ -30,18 +30,18 @@ - + - + - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 688f8509bb..aca59fe0b3 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -29,7 +29,7 @@ public static partial class LibraryVersion #else new object[] { "8.0.0" }, new object[] { "8.10.0" }, - new object[] { "8.12.0" }, + new object[] { "8.12.1" }, #endif }; public static readonly IReadOnlyCollection EntityFrameworkCore = new List @@ -42,6 +42,9 @@ public static partial class LibraryVersion #if NET8_0 new object[] { "8.0.2" }, #endif +#if NET8_0 + new object[] { "8.0.3" }, +#endif #endif }; public static readonly IReadOnlyCollection EntityFrameworkCorePomeloMySql = new List @@ -54,6 +57,9 @@ public static partial class LibraryVersion #if NET8_0 new object[] { "8.0.0" }, #endif +#if NET8_0 + new object[] { "8.0.2" }, +#endif #endif }; public static readonly IReadOnlyCollection GraphQL = new List @@ -80,7 +86,7 @@ public static partial class LibraryVersion new object[] { string.Empty } #else new object[] { "8.0.0" }, - new object[] { "8.1.3" }, + new object[] { "8.2.0" }, #endif }; public static readonly IReadOnlyCollection SqlClientMicrosoft = new List @@ -117,7 +123,7 @@ public static partial class LibraryVersion new object[] { string.Empty } #else new object[] { "2.0.0" }, - new object[] { "2.3.5" }, + new object[] { "2.3.6" }, #endif }; public static readonly IReadOnlyCollection MySqlData = new List @@ -165,7 +171,7 @@ public static partial class LibraryVersion new object[] { "2.1.50" }, new object[] { "2.5.61" }, new object[] { "2.6.66" }, - new object[] { "2.7.23" }, + new object[] { "2.7.33" }, #endif }; public static readonly IReadOnlyCollection WCFCoreClient = new List diff --git a/test/test-applications/integrations/TestApplication.AspNet.NetFramework/TestApplication.AspNet.NetFramework.csproj b/test/test-applications/integrations/TestApplication.AspNet.NetFramework/TestApplication.AspNet.NetFramework.csproj index 4b017f9798..5b736b0236 100644 --- a/test/test-applications/integrations/TestApplication.AspNet.NetFramework/TestApplication.AspNet.NetFramework.csproj +++ b/test/test-applications/integrations/TestApplication.AspNet.NetFramework/TestApplication.AspNet.NetFramework.csproj @@ -1,7 +1,7 @@  - + Debug @@ -215,12 +215,12 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - +