Skip to content

Commit 0dc3195

Browse files
authored
chore: bump Microsoft.SourceLink.GitHub to v8.0.0 (#2929)
1 parent 93b7ee7 commit 0dc3195

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Playwright.CLI/Playwright.CLI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Import Project="../Common/SignAssembly.props" />
3939
<Import Project="../Common/SignFiles.props" />
4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
41+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
4242
<PrivateAssets>all</PrivateAssets>
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4444
</PackageReference>

src/Playwright.MSTest/Playwright.MSTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup>
2828
<ProjectReference Include="..\Playwright\Playwright.csproj" />
2929
<ProjectReference Include="..\Playwright.TestAdapter\Playwright.TestAdapter.csproj" />
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

src/Playwright.NUnit/Playwright.NUnit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup>
2828
<ProjectReference Include="..\Playwright\Playwright.csproj" />
2929
<ProjectReference Include="..\Playwright.TestAdapter\Playwright.TestAdapter.csproj" />
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

src/Playwright.TestAdapter/Playwright.TestAdapter.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.3.0" />
2929
<ProjectReference Include="..\Playwright\Playwright.csproj" />
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

src/Playwright/Playwright.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PackageReference>
3333
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
3434
<PackageReference Include="System.Text.Json" Version="6.0.0" />
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3636
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
3737
</ItemGroup>
3838
<ItemGroup>

0 commit comments

Comments
 (0)