File tree Expand file tree Collapse file tree 5 files changed +11
-16
lines changed
WebExtensions.Net.IntegrationTestsRunner Expand file tree Collapse file tree 5 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1818 <PackageVersion Include =" Blazor.BrowserExtension.Build" Version =" 3.2.4" />
1919 <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.0" />
2020 <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.0" />
21- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0" />
22- <PackageVersion Include =" Microsoft.Playwright" Version =" 1.55.0" />
23- <PackageVersion Include =" MSTest.TestAdapter" Version =" 4.0.0" />
24- <PackageVersion Include =" MSTest.TestFramework" Version =" 4.0.0" />
2521 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
2622 </ItemGroup >
2723
Original file line number Diff line number Diff line change 66 <File Path =" Directory.Build.props" />
77 <File Path =" Directory.Packages.props" />
88 <File Path =" GitVersion.yml" />
9+ <File Path =" global.json" />
910 <File Path =" LICENSE" />
1011 <File Path =" README.md" />
1112 </Folder >
Original file line number Diff line number Diff line change 1+ {
2+ "msbuild-sdks" : {
3+ "MSTest.Sdk" : " 4.0.2"
4+ }
5+ }
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET .Sdk" >
1+ <Project Sdk =" MSTest .Sdk" >
22
3- <ItemGroup >
4- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
5- <PackageReference Include =" Microsoft.Playwright" />
6- <PackageReference Include =" MSTest.TestAdapter" />
7- <PackageReference Include =" MSTest.TestFramework" />
8- </ItemGroup >
3+ <PropertyGroup >
4+ <EnablePlaywright >true</EnablePlaywright >
5+ </PropertyGroup >
96
107 <ItemGroup >
118 <ProjectReference Include =" ..\WebExtensions.Net.BrowserExtensionIntegrationTest\WebExtensions.Net.BrowserExtensionIntegrationTest.csproj" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET .Sdk" >
1+ <Project Sdk =" MSTest .Sdk" >
22
33 <PropertyGroup >
44 <ImplicitUsings >true</ImplicitUsings >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <Using Include =" Microsoft.VisualStudio.TestTools.UnitTesting" />
98 <Using Include =" Shouldly" />
109 </ItemGroup >
1110
1211 <ItemGroup >
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
14- <PackageReference Include =" MSTest.TestAdapter" />
15- <PackageReference Include =" MSTest.TestFramework" />
1612 <PackageReference Include =" Shouldly" />
1713 </ItemGroup >
1814
You can’t perform that action at this time.
0 commit comments