We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ec5c7 commit 5fe3adeCopy full SHA for 5fe3ade
1 file changed
ReflectionAnalyzers.Vsix/ReflectionAnalyzers.Vsix.csproj
@@ -51,9 +51,4 @@
51
</ItemGroup>
52
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
53
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" />
54
- <Target Name="IncludeNuGetPackageReferences" AfterTargets="GetVsixSourceItems">
55
- <ItemGroup>
56
- <VSIXSourceItem Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Gu.Roslyn.Extensions'" />
57
- </ItemGroup>
58
- </Target>
59
-</Project>
+</Project>
0 commit comments