File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/OpenApiSourceGenerator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments