Skip to content

Commit 79b9268

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 76afe5b commit 79b9268

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Analyzer/CodeAnalysis.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@
66
<PackFolder>analyzers/dotnet/roslyn4.0</PackFolder>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<Compile Remove="SponsorLinker.cs" />
11+
</ItemGroup>
12+
13+
<ItemGroup>
14+
<None Include="SponsorLinker.cs" />
15+
</ItemGroup>
16+
917
<ItemGroup>
1018
<PackageReference Include="NuGetizer" Version="1.0.5" PrivateAssets="all" />
1119
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.3.1" PrivateAssets="all" />
1220
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
13-
<PackageReference Include="Devlooped.SponsorLink" Version="1.1.0" />
21+
<!--<PackageReference Include="Devlooped.SponsorLink" Version="1.1.0" />-->
1422
</ItemGroup>
1523

1624
</Project>

0 commit comments

Comments
 (0)