Skip to content

Commit

Permalink
Merge pull request #6 from browserstack/sdk_test_workflow_fix
Browse files Browse the repository at this point in the history
Added fix for SDK Test workflow
  • Loading branch information
SaranshBS authored Jan 16, 2025
2 parents aa03581 + 55e6e7c commit 84f95c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MSTest-Playwright-BrowserStack.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
# Visual Studio Version 25
VisualStudioVersion = 25.0.1706.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTest-Playwright-BrowserStack", "MSTest-Playwright-BrowserStack\MSTest-Playwright-BrowserStack.csproj", "{F120B302-7C89-4579-823E-824DC2C417D7}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="BrowserStack.TestAdapter" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
<PackageReference Include="Microsoft.Playwright" Version="*" />
<PackageReference Include="Microsoft.Playwright.MSTest" Version="*" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
Expand Down

0 comments on commit 84f95c1

Please sign in to comment.