From 0eb68b5098efdeb2fef25f0f8334c4c24fcf4f91 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 24 Jan 2022 10:19:43 +0100 Subject: [PATCH 1/4] Don't reference .NETFramework shims Stop referencing .NETFramework shims in libraries ref or source projects as those are supplementary and shouldn't impact the product composition. --- src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj index 9cc4d09bf298b6..2005ee7715654e 100644 --- a/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj +++ b/src/libraries/System.Data.Odbc/src/System.Data.Odbc.csproj @@ -176,7 +176,6 @@ System.Data.Odbc.OdbcTransaction - From 3d59a487ad050cb750f1aefdb3a89a576647f794 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 24 Jan 2022 10:20:44 +0100 Subject: [PATCH 2/4] Update System.Formats.Cbor.csproj --- src/libraries/System.Formats.Cbor/src/System.Formats.Cbor.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Formats.Cbor/src/System.Formats.Cbor.csproj b/src/libraries/System.Formats.Cbor/src/System.Formats.Cbor.csproj index 29b98e85415777..c4783ca29c1670 100644 --- a/src/libraries/System.Formats.Cbor/src/System.Formats.Cbor.csproj +++ b/src/libraries/System.Formats.Cbor/src/System.Formats.Cbor.csproj @@ -49,7 +49,6 @@ System.Formats.Cbor.CborWriter - From 5d9ce33ca64373a1c33bb3413c746768aa6b6d23 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 24 Jan 2022 10:21:08 +0100 Subject: [PATCH 3/4] Update EncryptDecrypt.cs --- src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs b/src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs index c4d34c320668ef..d4965d1dbedb60 100644 --- a/src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs +++ b/src/libraries/System.IO.FileSystem/tests/File/EncryptDecrypt.cs @@ -3,9 +3,7 @@ using Microsoft.DotNet.XUnitExtensions; using System.Diagnostics; -using System.Diagnostics.Eventing.Reader; using System.Security; -using System.ServiceProcess; using Xunit; using Xunit.Abstractions; From b687d63866eb14cd8b0e1fc01f649a5574f51b99 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 24 Jan 2022 10:21:24 +0100 Subject: [PATCH 4/4] Update SocketDuplicationTests.cs --- .../tests/FunctionalTests/SocketDuplicationTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketDuplicationTests.cs b/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketDuplicationTests.cs index 8e257352fd18c3..b59c5ebd92a33e 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketDuplicationTests.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketDuplicationTests.cs @@ -2,7 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; -using System.Drawing.Drawing2D; using System.IO; using System.IO.Pipes; using System.Runtime.Serialization.Formatters.Binary;