Skip to content

Commit b615c7c

Browse files
committed
Remove current implementation of SponsorLink for now
Now that SponsorLink is OSS and based on received feedback it will change in many ways moving forward, we'll for now remove the current implementation from the package to address the issues that were raised. See https://github.com/devlooped/SponsorLink
1 parent b8622cc commit b615c7c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/PackageReferenceCleaner/PackageReferenceCleaner.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@
1313
<PackageReadmeFile>readme.md</PackageReadmeFile>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<Compile Remove="SponsorLinker.cs" />
18+
</ItemGroup>
19+
1620
<ItemGroup>
1721
<None Include="..\..\readme.md" Link="readme.md" />
22+
<None Include="SponsorLinker.cs" />
1823
</ItemGroup>
1924

2025
<ItemGroup>
2126
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
2227
<PackageReference Include="NuGetizer" Version="1.0.1" Pack="false" />
2328
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
24-
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
29+
<!--<PackageReference Include="Devlooped.SponsorLink" Version="0.10.2" />-->
2530
</ItemGroup>
2631

2732
<ItemGroup>

0 commit comments

Comments
 (0)