diff --git a/build/props/bindings.props b/build/props/bindings.props index c9731ee1f3..fa1ae49433 100644 --- a/build/props/bindings.props +++ b/build/props/bindings.props @@ -2,7 +2,6 @@ - true diff --git a/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs b/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs deleted file mode 100644 index 0959d988c9..0000000000 --- a/src/Core/Silk.NET.Core/Attributes/RequiresLocationAttribute.cs +++ /dev/null @@ -1,11 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -#if !NET8_0_OR_GREATER -// ReSharper disable once CheckNamespace -namespace System.Runtime.CompilerServices; - -internal class RequiresLocationAttribute : Attribute -{ -} -#endif