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.
1 parent 1994320 commit 35da95aCopy full SHA for 35da95a
src/Microsoft.OpenApi.YamlReader/Microsoft.OpenApi.YamlReader.csproj
@@ -64,6 +64,7 @@
64
</ItemGroup>
65
66
<ItemGroup>
67
+ <PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.19" />
68
<None Include="../../README.md" Pack="true" PackagePath="" />
69
70
</Project>
src/Microsoft.OpenApi/Microsoft.OpenApi.csproj
@@ -49,6 +49,7 @@
49
50
51
52
53
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
54
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
55
<PrivateAssets>all</PrivateAssets>
0 commit comments