diff --git a/src/CultureInfoGenerator/project.json b/src/CultureInfoGenerator/project.json index f88d824517..ea3b4ec35e 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-beta5-11739" + "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" }, "commands": {