Use wildcard dependency version.

This commit is contained in:
Chris R 2015-05-12 06:39:15 -07:00
parent 21dc2909a1
commit f4d18f5a5d
1 changed files with 1 additions and 1 deletions

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-beta5-11739"
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
},
"commands": {