23 lines
844 B
C#
23 lines
844 B
C#
|
// <auto-generated/>
|
||
|
#pragma warning disable
|
||
|
#nullable enable annotations
|
||
|
|
||
|
// Licensed to the .NET Foundation under one or more agreements.
|
||
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||
|
|
||
|
namespace System.Runtime.Versioning
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Records the platform that the project targeted.
|
||
|
/// </summary>
|
||
|
[global::System.AttributeUsage(global::System.AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
|
||
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||
|
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
|
||
|
public sealed class TargetPlatformAttribute : global::System.Attribute // OSPlatformAttribute
|
||
|
{
|
||
|
public TargetPlatformAttribute(string platformName)
|
||
|
// : base(platformName)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|