We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e21b13 commit e3f3598Copy full SHA for e3f3598
1 file changed
src/libraries/System.Speech/src/System.Speech.csproj
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);$(NetCoreAppMinimum)-windows;$(NetCoreAppMinimum);netstandard2.0</TargetFrameworks>
5
<TargetFrameworks Condition="'$(NetCoreAppPrevious)' != ''">$(TargetFrameworks);$(NetCoreAppPrevious)-windows;$(NetCoreAppPrevious)</TargetFrameworks>
6
+ <UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
<!-- CS0649: uninitialized interop type fields -->
9
<!-- SA1129: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3277 -->
0 commit comments