Fixing a handful of warnings that showed up since the upgrade to .NET Core 2 (#411)

This commit is contained in:
Benjamin Russell
2017-07-14 09:53:26 -07:00
committed by GitHub
parent cfa78bbc3b
commit b49fa89be9
5 changed files with 7 additions and 19 deletions

View File

@@ -1,12 +0,0 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
namespace System
{
internal interface ICloneable
{
object Clone();
}
}