2016-08-03 10:59:49 +00:00
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
2018-05-10 08:37:03 +00:00
|
|
|
namespace System.Runtime.CompilerServices
|
2016-08-03 10:59:49 +00:00
|
|
|
{
|
2018-05-10 08:37:03 +00:00
|
|
|
[System.Diagnostics.Conditional("NOT_MONO")]
|
|
|
|
class DependencyReductionRootAttribute : Attribute {}
|
2016-08-03 10:59:49 +00:00
|
|
|
}
|