File tree 4 files changed +1
-17
lines changed
Playwright.TestingHarnessTest
4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 10
10
<ReleaseVersion >0.0.0</ReleaseVersion >
11
11
</PropertyGroup >
12
12
13
- <!-- Required since we're not actually referencing Playwright -->
14
- <Import Project =" ../Playwright.Tests/build/Playwright.Tests.targets" />
15
-
16
13
<ItemGroup >
17
14
<ProjectReference Include =" ..\Playwright\Playwright.csproj" />
18
15
</ItemGroup >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
<Import Project =" ../Common/SignAssembly.props" />
10
10
11
- <!-- Required since we're not actually referencing Playwright -->
12
- <Import Project =" ../Playwright.Tests/build/Playwright.Tests.targets" />
13
-
14
11
<ItemGroup >
15
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
16
13
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
19
16
</ItemGroup >
20
17
21
18
<ItemGroup >
19
+ <ProjectReference Include =" ..\Playwright\Playwright.csproj" />
22
20
<ProjectReference Include =" ..\Playwright.MSTest\Playwright.MSTest.csproj" />
23
21
<ProjectReference Include =" ..\Playwright.NUnit\Playwright.NUnit.csproj" />
24
22
</ItemGroup >
Original file line number Diff line number Diff line change 11
11
<ImplicitUsings >enable</ImplicitUsings >
12
12
</PropertyGroup >
13
13
<Import Project =" ../Common/SignAssembly.props" />
14
- <Import Project =" build/Playwright.Tests.targets" />
15
14
<ItemGroup >
16
15
<PackageReference Include =" coverlet.collector" Version =" 3.1.2" >
17
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments