From d541b54292554f270919e1c491fae7618a58ea62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:59:03 -0500 Subject: [PATCH] Update UITest.cs (#25508) ui test case running fixed from visual studio Co-authored-by: vishnumenon2684 <95695113+vishnumenon2684@users.noreply.github.com> --- src/Controls/tests/TestCases.Shared.Tests/UITest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/tests/TestCases.Shared.Tests/UITest.cs b/src/Controls/tests/TestCases.Shared.Tests/UITest.cs index d8767d616747..0e2fe1b94438 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/UITest.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/UITest.cs @@ -44,7 +44,7 @@ protected UITest(TestDevice testDevice) : base(testDevice) public override IConfig GetTestConfig() { - var frameworkVersion = "net8.0"; + var frameworkVersion = "net9.0"; #if DEBUG var configuration = "Debug"; #else