Skip to content

Commit 9dfb138

Browse files
authored
Fix nu5128 (#21)
1 parent 7f11f46 commit 9dfb138

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/OpenApiSourceGenerator/OpenApiSourceGenerator.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@
3434

3535
<IncludeBuildOutput>false</IncludeBuildOutput>
3636
<DevelopmentDependency>true</DevelopmentDependency>
37+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
3738
</PropertyGroup>
3839

3940
<ItemGroup>
4041
<None Include="../../README.md" Pack="true" PackagePath="\" />
4142
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true"
4243
PackagePath="analyzers/dotnet/cs" Visible="false" />
44+
<None Include="$(OutputPath)\Microsoft.OpenApi.dll" Pack="true"
45+
PackagePath="analyzers/dotnet/cs" Visible="false" />
46+
<None Include="$(OutputPath)\Microsoft.OpenApi.YamlReader.dll" Pack="true"
47+
PackagePath="analyzers/dotnet/cs" Visible="false" />
48+
<None Include="$(OutputPath)\SharpYaml.dll" Pack="true"
49+
PackagePath="analyzers/dotnet/cs" Visible="false" />
4350
</ItemGroup>
4451

4552
<ItemGroup>

0 commit comments

Comments
 (0)