From 979d1d930bbe02974619ce2e0de36203629188e8 Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Sat, 26 Sep 2015 00:23:29 +0300 Subject: [PATCH] Fix project name in AssemblyInfo --- .../Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs b/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs index 0174621c9b..02cd08d01e 100644 --- a/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs @@ -5,6 +5,6 @@ using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Test")] +[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Tests")] [assembly: AssemblyMetadata("Serviceable", "True")] -[assembly: NeutralResourcesLanguage("en-us")] +[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file