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