From b205bfdc0272c0651aba8ef1c57c60882f951da6 Mon Sep 17 00:00:00 2001 From: v-masche Date: Wed, 16 Nov 2016 16:39:44 -0800 Subject: [PATCH] Fixing the namespace to match the Program.cs in the same folder --- src/dotnet/commands/dotnet-build/LocalizableStrings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-build/LocalizableStrings.cs b/src/dotnet/commands/dotnet-build/LocalizableStrings.cs index 4e83c08f2..74f0d83df 100644 --- a/src/dotnet/commands/dotnet-build/LocalizableStrings.cs +++ b/src/dotnet/commands/dotnet-build/LocalizableStrings.cs @@ -1,4 +1,4 @@ -namespace dotnet.commands.dotnet_build +namespace Microsoft.DotNet.Tools.Build { internal class LocalizableStrings {