diff --git a/eng/Versions.props b/eng/Versions.props index 5bbe8020cfee..24eaa184e39e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,10 +51,10 @@ 34.0.113 - 17.2.8022 - 14.2.8022 - 17.2.8022 - 17.2.8022 + 17.5.8020 + 14.5.8020 + 17.5.8020 + 17.5.8020 8.0.130 diff --git a/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs b/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs index 81ed35abac7f..ab8111cf9770 100644 --- a/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs +++ b/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs @@ -123,21 +123,6 @@ public static void AssertWarnings(this List actualWarnings, Lis // IMPORTANT: Always store expected File information as a relative path to the repo ROOT private static readonly List expectedNativeAOTWarnings = new() { - new WarningsPerFile - { - File = "ILC", - WarningsPerCode = new List - { - new WarningsPerCode - { - Code = "IL3050", - Messages = new List - { - "..cctor(): Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues overload or the GetValuesAsUnderlyingType method instead.", - } - }, - } - }, new WarningsPerFile { File = "src/Controls/src/Xaml/XamlParser.cs",