Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/TestUtils/src/Microsoft.Maui.IntegrationTests/BaseBuildTes…
…t.cs
  • Loading branch information
mattleibow committed Mar 24, 2025
commit 4534d43e70251e83daf48fc112792f5fc0da3ca0
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class BaseBuildTest
// not be the same as the default in MicrosoftMauiPreviousDotNetReleasedVersion in eng/Versions.props
// as this would result in the tests not testing anything. If the .NET 9 version of MAUI pulls in 8.0.100
// of the .NET 8 MAUI, then this should be 8.0.80 for example.
public const string MauiVersionPrevious = "8.0.72";
public const string MauiVersionPrevious = "8.0.93";

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

Expand Down
Loading