From 65d8a464e14a3bb1c804cdf50ac8db69ef2e6331 Mon Sep 17 00:00:00 2001 From: Robin Lindner Date: Fri, 10 Nov 2023 12:48:42 +0100 Subject: [PATCH] Remove empty class (#14072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Köplinger --- src/Microsoft.Dotnet.Sdk.Internal/Class1.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/Microsoft.Dotnet.Sdk.Internal/Class1.cs diff --git a/src/Microsoft.Dotnet.Sdk.Internal/Class1.cs b/src/Microsoft.Dotnet.Sdk.Internal/Class1.cs deleted file mode 100644 index 9b1a10d91..000000000 --- a/src/Microsoft.Dotnet.Sdk.Internal/Class1.cs +++ /dev/null @@ -1,7 +0,0 @@ - -namespace MicrosoftDotnetSdkInternal -{ - public class Class1 - { - } -}