Skip to content

Commit 52b8ee6

Browse files
committed
Drop explicit sourcelink dependency
1 parent 28bf2b4 commit 52b8ee6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
1010
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
1111
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
12-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1312
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1413
<PackageVersion Include="ScenarioTests.XUnit" Version="1.0.1" />
1514
<PackageVersion Include="xunit" Version="2.9.2" />

src/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@
1515
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
1616
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1717
</PropertyGroup>
18-
<ItemGroup>
19-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
20-
</ItemGroup>
2118
</Project>

0 commit comments

Comments
 (0)