We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc846d7 + 20c9860 commit af3c6dbCopy full SHA for af3c6db
src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj
@@ -51,7 +51,10 @@
51
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
52
</PackageReference>
53
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
54
- <PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.11.20" />
+ <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>
58
</ItemGroup>
59
60
<ItemGroup>
0 commit comments