Skip to content

Commit

Permalink
test: remove Playwright.Tests.targets (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Nov 5, 2024
1 parent 70d67ad commit 5000fad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
3 changes: 0 additions & 3 deletions src/Playwright.Examples/Playwright.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<ReleaseVersion>0.0.0</ReleaseVersion>
</PropertyGroup>

<!-- Required since we're not actually referencing Playwright -->
<Import Project="../Playwright.Tests/build/Playwright.Tests.targets" />

<ItemGroup>
<ProjectReference Include="..\Playwright\Playwright.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
</PropertyGroup>
<Import Project="../Common/SignAssembly.props" />

<!-- Required since we're not actually referencing Playwright -->
<Import Project="../Playwright.Tests/build/Playwright.Tests.targets" />

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
Expand All @@ -19,6 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Playwright\Playwright.csproj" />
<ProjectReference Include="..\Playwright.MSTest\Playwright.MSTest.csproj" />
<ProjectReference Include="..\Playwright.NUnit\Playwright.NUnit.csproj" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Playwright.Tests/Playwright.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<Import Project="../Common/SignAssembly.props" />
<Import Project="build/Playwright.Tests.targets" />
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
10 changes: 0 additions & 10 deletions src/Playwright.Tests/build/Playwright.Tests.targets

This file was deleted.

0 comments on commit 5000fad

Please sign in to comment.