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 fa8dcbd commit 6a8ab5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NuGetizer.Tasks/NuGetizer.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="NuGet.Packaging" Version="6.3.0" PrivateAssets="all" />
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" PrivateAssets="all" />
<PackageReference Include="PolySharp" Version="1.13.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.4.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.4.0" PrivateAssets="all" />
<PackageReference Include="Minimatch" Version="2.0.0" PrivateAssets="all" />
</ItemGroup>

Expand All @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />-->
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6a8ab5f

Please sign in to comment.