From f4d18f5a5d2b14027a6c8bb8de52746f86bbc8a4 Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 12 May 2015 06:39:15 -0700 Subject: [PATCH] Use wildcard dependency version. --- src/CultureInfoGenerator/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {