File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 </NoWarn >
7474 </PropertyGroup >
7575
76- <PropertyGroup Condition =" '$(InheritDocEnabled)' != 'false' and '$(TargetFramework)'== 'netstandard2.0'" >
76+ <PropertyGroup Condition =" '$(InheritDocEnabled)' != 'false' and '$(TargetFramework)' == 'netstandard2.0'" >
7777 <NoWarn >
7878 $(NoWarn);IDT001<!-- InheritDoc related to malformed XML in netstandard.xml -->
7979 </NoWarn >
Original file line number Diff line number Diff line change 205205 </ItemGroup >
206206
207207 <!-- Fixup netstandard2.malformed docs issue https://github.com/saucecontrol/InheritDoc#bad-netstandard-docs -->
208- <ItemGroup Condition =" '$(InheritDocEnabled)' != 'false' and '$(TargetFramework)'== 'netstandard2.0'" >
208+ <ItemGroup Condition =" '$(InheritDocEnabled)' != 'false' and '$(TargetFramework)' == 'netstandard2.0'" >
209209 <PackageDownload Include =" NETStandard.Library.Ref" />
210210 <InheritDocReference Include =" $(NugetPackageRoot)\netstandard.library.ref\2.1.0\ref\netstandard2.1\netstandard.xml" />
211211 </ItemGroup >
You can’t perform that action at this time.
0 commit comments