Skip to content

Commit

Permalink
Remove current implementation of SponsorLink for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kzu committed Aug 11, 2023
1 parent b8622cc commit b615c7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PackageReferenceCleaner/PackageReferenceCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SponsorLinker.cs" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\readme.md" Link="readme.md" />
<None Include="SponsorLinker.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="NuGetizer" Version="1.0.1" Pack="false" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.3" />
<!--<PackageReference Include="Devlooped.SponsorLink" Version="0.10.2" />-->
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b615c7c

Please sign in to comment.