Skip to content

Commit 41db50e

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 fa8dcbd commit 41db50e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/NuGetizer.Tasks/NuGetizer.Shared.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1818
<!-- Adds compatibility targets with Pack SDK -->
1919
<Import Project="NuGetizer.Compatibility.props" />
2020
<!-- Adds CodeAnalysis props and items needed for diagnostics -->
21-
<Import Project="NuGetizer.CodeAnalysis.targets" />
21+
<!--<Import Project="NuGetizer.CodeAnalysis.targets" />-->
2222

2323
<ItemGroup>
2424
<!-- NuGetizer should *always* be a private asset. This avoids SL checks on P2P scenarios. -->

src/NuGetizer.Tasks/NuGetizer.Tasks.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<PackageReference Include="NuGet.Packaging" Version="6.3.0" PrivateAssets="all" />
2525
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" PrivateAssets="all" />
2626
<PackageReference Include="PolySharp" Version="1.13.1" PrivateAssets="all" />
27-
<PackageReference Include="ThisAssembly.Project" Version="1.3.0" PrivateAssets="all" />
28-
<PackageReference Include="ThisAssembly.Strings" Version="1.3.0" PrivateAssets="all" />
27+
<PackageReference Include="ThisAssembly.Project" Version="1.4.0" PrivateAssets="all" />
28+
<PackageReference Include="ThisAssembly.Strings" Version="1.4.0" PrivateAssets="all" />
2929
<PackageReference Include="Minimatch" Version="2.0.0" PrivateAssets="all" />
3030
</ItemGroup>
3131

@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />
45+
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />-->
4646
</ItemGroup>
4747

4848
<ItemGroup>

0 commit comments

Comments
 (0)