Skip to content

Commit 5000fad

Browse files
authored
test: remove Playwright.Tests.targets (#3036)
1 parent 70d67ad commit 5000fad

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

src/Playwright.Examples/Playwright.Examples.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<ReleaseVersion>0.0.0</ReleaseVersion>
1111
</PropertyGroup>
1212

13-
<!-- Required since we're not actually referencing Playwright -->
14-
<Import Project="../Playwright.Tests/build/Playwright.Tests.targets" />
15-
1613
<ItemGroup>
1714
<ProjectReference Include="..\Playwright\Playwright.csproj" />
1815
</ItemGroup>

src/Playwright.TestingHarnessTest/Playwright.TestingHarnessTest.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
</PropertyGroup>
99
<Import Project="../Common/SignAssembly.props" />
1010

11-
<!-- Required since we're not actually referencing Playwright -->
12-
<Import Project="../Playwright.Tests/build/Playwright.Tests.targets" />
13-
1411
<ItemGroup>
1512
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1613
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
@@ -19,6 +16,7 @@
1916
</ItemGroup>
2017

2118
<ItemGroup>
19+
<ProjectReference Include="..\Playwright\Playwright.csproj" />
2220
<ProjectReference Include="..\Playwright.MSTest\Playwright.MSTest.csproj" />
2321
<ProjectReference Include="..\Playwright.NUnit\Playwright.NUnit.csproj" />
2422
</ItemGroup>

src/Playwright.Tests/Playwright.Tests.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
</PropertyGroup>
1313
<Import Project="../Common/SignAssembly.props" />
14-
<Import Project="build/Playwright.Tests.targets" />
1514
<ItemGroup>
1615
<PackageReference Include="coverlet.collector" Version="3.1.2">
1716
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Playwright.Tests/build/Playwright.Tests.targets

-10
This file was deleted.

0 commit comments

Comments
 (0)