Skip to content

Commit

Permalink
Merge pull request #55 from Sergio0694/dev/fix-missing-polyfill-condi…
Browse files Browse the repository at this point in the history
…tionals

Add missing MULTI_TARGETING_SUPPORT_ATTRIBUTES attributes
  • Loading branch information
Sergio0694 authored Jan 21, 2023
2 parents d6f1e47 + 10f531f commit 615f6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace System.Diagnostics.CodeAnalysis
global::System.AttributeTargets.Constructor |
global::System.AttributeTargets.Class,
Inherited = false)]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
internal sealed class RequiresDynamicCodeAttribute : global::System.Attribute
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace System.Runtime.CompilerServices
/// - LCIDConversionAttribute support is disabled.
/// </remarks>
[global::System.AttributeUsage(global::System.AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
internal sealed class DisableRuntimeMarshallingAttribute : global::System.Attribute
{
}
Expand Down

0 comments on commit 615f6cc

Please sign in to comment.