diff --git a/src/libraries/NetCoreAppLibrary.props b/src/libraries/NetCoreAppLibrary.props index 5c46266cb56e73..66e816eed49f71 100644 --- a/src/libraries/NetCoreAppLibrary.props +++ b/src/libraries/NetCoreAppLibrary.props @@ -60,6 +60,7 @@ System.Drawing.Primitives; System.Dynamic.Runtime; System.Formats.Asn1; + System.Formats.Tar; System.Globalization; System.Globalization.Calendars; System.Globalization.Extensions; diff --git a/src/libraries/System.Formats.Tar/src/System.Formats.Tar.csproj b/src/libraries/System.Formats.Tar/src/System.Formats.Tar.csproj index 928dca2b22fd0f..2cef71d5e33dfc 100644 --- a/src/libraries/System.Formats.Tar/src/System.Formats.Tar.csproj +++ b/src/libraries/System.Formats.Tar/src/System.Formats.Tar.csproj @@ -1,19 +1,17 @@ true - $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Unix + $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent) enable - - Provides classes that can read and write the Tar archive format. + - Commonly Used Types: - System.Formats.Tar.TarFile - System.Formats.Tar.TarEntry - System.Formats.Tar.TarReader - System.Formats.Tar.TarWriter - + + + $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) + SR.PlatformNotSupported_SystemFormatsTar - + + @@ -52,7 +50,7 @@ - + @@ -70,8 +68,6 @@ - -