Skip to content

Commit e3f3598

Browse files
authored
System.Speech: Use intellisense xml from dotnet-api-docs (#111983)
1 parent 1e21b13 commit e3f3598

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Speech/src/System.Speech.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);$(NetCoreAppMinimum)-windows;$(NetCoreAppMinimum);netstandard2.0</TargetFrameworks>
55
<TargetFrameworks Condition="'$(NetCoreAppPrevious)' != ''">$(TargetFrameworks);$(NetCoreAppPrevious)-windows;$(NetCoreAppPrevious)</TargetFrameworks>
6+
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
67
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
78
<!-- CS0649: uninitialized interop type fields -->
89
<!-- SA1129: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3277 -->

0 commit comments

Comments
 (0)