Skip to content

Commit af3c6db

Browse files
authored
Merge pull request #575 from microsoft/fix/task-dependencies
fix: wrong dependency for tasks analysis
2 parents bc846d7 + 20c9860 commit af3c6db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5252
</PackageReference>
5353
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
54-
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.11.20" />
54+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
55+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56+
<PrivateAssets>all</PrivateAssets>
57+
</PackageReference>
5558
</ItemGroup>
5659

5760
<ItemGroup>

0 commit comments

Comments
 (0)