Skip to content

Commit 15e58d5

Browse files
committed
namespace
1 parent 22db5e5 commit 15e58d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build/Shared/NuGetFeatureFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.Runtime.CompilerServices;
66

7-
namespace NuGet.Common
7+
namespace NuGet.Shared
88
{
99
internal static class NuGetFeatureFlags
1010
{

test/NuGet.Core.Tests/NuGet.Common.Test/NuGetFeatureFlagsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.Collections.Generic;
5+
using NuGet.Shared;
56
using Test.Utility;
67
using Xunit;
78

0 commit comments

Comments
 (0)