From 00cfc98f4e8b36e9a8aa738edd7fee4d2a565531 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 28 Mar 2023 12:34:49 +0200 Subject: [PATCH] Delete Microsoft.Windows.Compatibility from runtime https://github.com/dotnet/winforms/pull/8909 moves the M.W.C package into windowsdesktop. Deleting the source from runtime and the package versions that aren't used anymore. --- eng/Versions.props | 6 -- .../Microsoft.Windows.Compatibility.csproj | 75 ------------------- src/libraries/oob-all.proj | 6 +- src/libraries/oob-src.proj | 5 +- 4 files changed, 4 insertions(+), 88 deletions(-) delete mode 100644 src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj diff --git a/eng/Versions.props b/eng/Versions.props index f245f7d8a70ebc..c8ed55231d9f9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -123,16 +123,11 @@ 6.0.0 5.0.0 4.8.5 - 4.5.0 7.0.0 5.0.0 - 5.0.0 4.5.5 4.5.0 6.0.1 - 4.7.0 - 4.7.0 - 4.7.0 4.3.0 6.0.0 4.3.1 @@ -140,7 +135,6 @@ 5.0.0 5.0.0 7.0.0 - 4.9.0 8.0.0-preview.3.23162.2 6.0.0 7.0.0 diff --git a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj deleted file mode 100644 index eb632d22ebceb7..00000000000000 --- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj +++ /dev/null @@ -1,75 +0,0 @@ - - - - $(NetCoreAppCurrent);$(NetCoreAppPrevious);$(NetCoreAppMinimum);netstandard2.1;netstandard2.0 - - false - true - - $(NoWarn);NU5128 - This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/libraries/oob-all.proj b/src/libraries/oob-all.proj index 9164a5846ceb4e..98c6c395412507 100644 --- a/src/libraries/oob-all.proj +++ b/src/libraries/oob-all.proj @@ -15,13 +15,11 @@ - diff --git a/src/libraries/oob-src.proj b/src/libraries/oob-src.proj index ccdaf0c39a38e9..5eb6a2f74e41b9 100644 --- a/src/libraries/oob-src.proj +++ b/src/libraries/oob-src.proj @@ -25,10 +25,9 @@ + Microsoft.Internal.Runtime.WindowsDesktop.Transport\src\Microsoft.Internal.Runtime.WindowsDesktop.Transport.proj" /> - +