diff --git a/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.CompilerServices.InlineArrayAttribute.cs b/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.CompilerServices.InlineArrayAttribute.cs
index 6d3ccf0..0a87456 100644
--- a/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.CompilerServices.InlineArrayAttribute.cs
+++ b/src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Runtime.CompilerServices.InlineArrayAttribute.cs
@@ -29,7 +29,7 @@ namespace System.Runtime.CompilerServices2
[global::System.AttributeUsage(global::System.AttributeTargets.Struct, AllowMultiple = false)]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
- public sealed class InlineArrayAttribute : global::System.Attribute
+ internal sealed class InlineArrayAttribute : global::System.Attribute
{
/// Creates a new instance with the specified length.
/// The number of sequential fields to replicate in the inline array type.