Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove current implementation of SponsorLink for now #420

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/NuGetizer.Tasks/NuGetizer.Shared.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<!-- Adds compatibility targets with Pack SDK -->
<Import Project="NuGetizer.Compatibility.props" />
<!-- Adds CodeAnalysis props and items needed for diagnostics -->
<Import Project="NuGetizer.CodeAnalysis.targets" />
<!--<Import Project="NuGetizer.CodeAnalysis.targets" />-->

<ItemGroup>
<!-- NuGetizer should *always* be a private asset. This avoids SL checks on P2P scenarios. -->
Expand Down
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