diff --git a/src/CultureInfoGenerator/Program.cs b/src/CultureInfoGenerator/Program.cs index 06fac3f98c..8f0f72dc45 100644 --- a/src/CultureInfoGenerator/Program.cs +++ b/src/CultureInfoGenerator/Program.cs @@ -4,7 +4,7 @@ using System; using System.Globalization; using System.IO; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using Microsoft.Win32; namespace CultureInfoGenerator diff --git a/src/CultureInfoGenerator/project.json b/src/CultureInfoGenerator/project.json index 6eddb7c95e..d2ee9714b8 100644 --- a/src/CultureInfoGenerator/project.json +++ b/src/CultureInfoGenerator/project.json @@ -3,7 +3,7 @@ "description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.", "dependencies": { - "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" }, "commands": { diff --git a/src/Microsoft.Framework.Localization/ResourceManagerStringLocalizerFactory.cs b/src/Microsoft.Framework.Localization/ResourceManagerStringLocalizerFactory.cs index d0ebe781a1..b76fbdde53 100644 --- a/src/Microsoft.Framework.Localization/ResourceManagerStringLocalizerFactory.cs +++ b/src/Microsoft.Framework.Localization/ResourceManagerStringLocalizerFactory.cs @@ -5,7 +5,7 @@ using System; using System.Reflection; using System.Resources; using Microsoft.Framework.Internal; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; namespace Microsoft.Framework.Localization { diff --git a/src/Microsoft.Framework.Localization/project.json b/src/Microsoft.Framework.Localization/project.json index 27b21989e3..66fccaea35 100644 --- a/src/Microsoft.Framework.Localization/project.json +++ b/src/Microsoft.Framework.Localization/project.json @@ -9,7 +9,7 @@ "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*" }, "frameworks": {