File tree Expand file tree Collapse file tree
test/JsBind.Net.TestsRunner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.0" />
1616 <PackageVersion Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.0" />
1717 <PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.0" />
18- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
19- <PackageVersion Include =" Microsoft.Playwright" Version =" 1.52.0" />
20- <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.11.0" />
21- <PackageVersion Include =" MSTest.TestFramework" Version =" 3.11.0" />
2218 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
2319 </ItemGroup >
2420
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+ "test" : {
6+ "runner" : " Microsoft.Testing.Platform"
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
2+
3+ [ assembly: Parallelize ]
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 =" ..\JsBind.Net.Tests\JsBind.Net.Tests.csproj" />
You can’t perform that action at this time.
0 commit comments