Skip to content

Commit d14f006

Browse files
authored
Merge pull request #1433 from microsoft/ThreadingOnlyPackage
Fix regression in inclusion of analyzer's built-in AdditionalFiles
2 parents 52d9861 + f4d653a commit d14f006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.VisualStudio.Threading.JointPackage/Microsoft.VisualStudio.Threading.JointPackage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<ProjectReference Include="..\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj" />
17-
<ProjectReference Include="..\Microsoft.VisualStudio.Threading\Microsoft.VisualStudio.Threading.csproj" />
16+
<ProjectReference Include="..\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj" PrivateAssets="none" />
17+
<ProjectReference Include="..\Microsoft.VisualStudio.Threading\Microsoft.VisualStudio.Threading.csproj" PrivateAssets="none" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)