Skip to content

Commit 3d525dc

Browse files
committed
fix namespace
1 parent 1739375 commit 3d525dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Shared/AotCompatibilityAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
#if !NET9_0_OR_GREATER
5-
namespace System.Runtime.CompilerServices
5+
namespace System.Diagnostics.CodeAnalysis
66
{
77
[AttributeUsage(AttributeTargets.Property, Inherited = false)]
88
internal sealed class FeatureSwitchDefinitionAttribute : Attribute

build/Shared/NuGetFeatureFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using System.Runtime.CompilerServices;
5+
using System.Diagnostics.CodeAnalysis;
66
using NuGet.Common;
77

88
namespace NuGet.Shared

0 commit comments

Comments
 (0)