From 9e681905e30d8298bdc138b59248825dd38eabd6 Mon Sep 17 00:00:00 2001 From: AR-May <67507805+AR-May@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:30:14 +0200 Subject: [PATCH] Version 17.12 (#10268) * Bump version * Update API baseline package version * Delete CompatibilitySuppressions file --- eng/Versions.props | 4 +- src/Build/CompatibilitySuppressions.xml | 292 ------------------------ 2 files changed, 2 insertions(+), 294 deletions(-) delete mode 100644 src/Build/CompatibilitySuppressions.xml diff --git a/eng/Versions.props b/eng/Versions.props index aa03d3e5544..3a5832c57f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,8 +2,8 @@ - 17.11.0 - 17.8.3 + 17.12.0 + 17.11.0-preview-24318-05 15.1.0.0 preview true diff --git a/src/Build/CompatibilitySuppressions.xml b/src/Build/CompatibilitySuppressions.xml deleted file mode 100644 index 85a8e28b087..00000000000 --- a/src/Build/CompatibilitySuppressions.xml +++ /dev/null @@ -1,292 +0,0 @@ - - - - - CP0001 - T:Microsoft.Build.Logging.IBuildEventStringsReader - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0001 - T:Microsoft.Build.Logging.IBuildEventStringsReader - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0001 - T:Microsoft.Build.Logging.IBuildEventStringsReader - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0001 - T:Microsoft.Build.Logging.IBuildEventStringsReader - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.add_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.remove_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.add_StringEncountered(System.Action) - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.remove_StringEncountered(System.Action) - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.add_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.remove_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.add_StringEncountered(System.Action) - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.remove_StringEncountered(System.Action) - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.add_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.remove_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.add_StringEncountered(System.Action) - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.remove_StringEncountered(System.Action) - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.add_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BinaryLogReplayEventSource.remove_NotificationsSourceCreated(System.Action{Microsoft.Build.Logging.IBuildEventArgsReaderNotifications}) - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.add_StringEncountered(System.Action) - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Logging.BuildEventArgsReader.remove_StringEncountered(System.Action) - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.ArchiveFileEncountered - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.RecoverableReadError - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.StringReadDone - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.ArchiveFileEncountered - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.RecoverableReadError - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.StringReadDone - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.ArchiveFileEncountered - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.RecoverableReadError - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0006 - E:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications.StringReadDone - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.BuildEventArgsReader - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.BuildEventArgsReader - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.BuildEventArgsReader - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.BuildEventArgsReader - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - CP0008 - T:Microsoft.Build.Logging.IBuildEventArgsReaderNotifications - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - - - CP0002 - M:Microsoft.Build.Experimental.FileAccess.FileAccessData.#ctor(Microsoft.Build.Experimental.FileAccess.ReportedFileOperation,Microsoft.Build.Experimental.FileAccess.RequestedAccess,System.UInt32,System.UInt32,Microsoft.Build.Experimental.FileAccess.DesiredAccess,Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes,System.String,System.String,System.Boolean) - lib/net472/Microsoft.Build.dll - lib/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Experimental.FileAccess.FileAccessData.#ctor(Microsoft.Build.Experimental.FileAccess.ReportedFileOperation,Microsoft.Build.Experimental.FileAccess.RequestedAccess,System.UInt32,System.UInt32,Microsoft.Build.Experimental.FileAccess.DesiredAccess,Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes,System.String,System.String,System.Boolean) - lib/net8.0/Microsoft.Build.dll - lib/net8.0/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Experimental.FileAccess.FileAccessData.#ctor(Microsoft.Build.Experimental.FileAccess.ReportedFileOperation,Microsoft.Build.Experimental.FileAccess.RequestedAccess,System.UInt32,System.UInt32,Microsoft.Build.Experimental.FileAccess.DesiredAccess,Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes,System.String,System.String,System.Boolean) - ref/net472/Microsoft.Build.dll - ref/net472/Microsoft.Build.dll - true - - - CP0002 - M:Microsoft.Build.Experimental.FileAccess.FileAccessData.#ctor(Microsoft.Build.Experimental.FileAccess.ReportedFileOperation,Microsoft.Build.Experimental.FileAccess.RequestedAccess,System.UInt32,System.UInt32,Microsoft.Build.Experimental.FileAccess.DesiredAccess,Microsoft.Build.Experimental.FileAccess.FlagsAndAttributes,System.String,System.String,System.Boolean) - ref/net8.0/Microsoft.Build.dll - ref/net8.0/Microsoft.Build.dll - true - - \ No newline at end of file