From 32727c923411b186d7076a30ced0d744a0a7bab7 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 23 Jul 2024 16:28:26 +0000 Subject: [PATCH] Remove unnecessary UseCompilerGeneratedDocXmlFile property UseCompilerGeneratedDocXmlFile already defaults to true. Remove the two hits to avoid confusion. --- src/libraries/System.Formats.Nrbf/src/System.Formats.Nrbf.csproj | 1 - .../src/System.Net.ServerSentEvents.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/libraries/System.Formats.Nrbf/src/System.Formats.Nrbf.csproj b/src/libraries/System.Formats.Nrbf/src/System.Formats.Nrbf.csproj index b0f7d4390c9a0..c6fa4c07adf2c 100644 --- a/src/libraries/System.Formats.Nrbf/src/System.Formats.Nrbf.csproj +++ b/src/libraries/System.Formats.Nrbf/src/System.Formats.Nrbf.csproj @@ -4,7 +4,6 @@ $(NetCoreAppCurrent);$(NetCoreAppPrevious);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum) true false - true true Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads. diff --git a/src/libraries/System.Net.ServerSentEvents/src/System.Net.ServerSentEvents.csproj b/src/libraries/System.Net.ServerSentEvents/src/System.Net.ServerSentEvents.csproj index b57f9e5c50739..7efaab418309f 100644 --- a/src/libraries/System.Net.ServerSentEvents/src/System.Net.ServerSentEvents.csproj +++ b/src/libraries/System.Net.ServerSentEvents/src/System.Net.ServerSentEvents.csproj @@ -3,7 +3,6 @@ $(NetCoreAppCurrent);$(NetCoreAppPrevious);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum) true - true true Provides a simple parser for server-sent events (SSE).