Skip to content

Commit 1fdeb55

Browse files
mattleibowPureWeen
authored andcommitted
Update src/TestUtils/src/Microsoft.Maui.IntegrationTests/BaseBuildTest.cs
1 parent 320c58d commit 1fdeb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestUtils/src/Microsoft.Maui.IntegrationTests/BaseBuildTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public abstract class BaseBuildTest
2727
// not be the same as the default in MicrosoftMauiPreviousDotNetReleasedVersion in eng/Versions.props
2828
// as this would result in the tests not testing anything. If the .NET 9 version of MAUI pulls in 8.0.100
2929
// of the .NET 8 MAUI, then this should be 8.0.80 for example.
30-
public const string MauiVersionPrevious = "8.0.72";
30+
public const string MauiVersionPrevious = "8.0.93";
3131

3232
char[] invalidChars = { '{', '}', '(', ')', '$', ':', ';', '\"', '\'', ',', '=', '.', '-', ' ', };
3333

0 commit comments

Comments
 (0)