Skip to content

Commit

Permalink
Update UITest.cs (dotnet#25508)
Browse files Browse the repository at this point in the history
ui test case running fixed from visual studio

Co-authored-by: vishnumenon2684 <[email protected]>
  • Loading branch information
github-actions[bot] and vishnumenon2684 authored Oct 24, 2024
1 parent 2e6487f commit d541b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.Shared.Tests/UITest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d541b54

Please sign in to comment.