React to DNX renames

This commit is contained in:
Victor Hurdugaci 2015-07-29 11:01:20 -07:00
parent 064e2fe553
commit 16a05755bf
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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
{

View File

@ -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": {