Use wildcard dependency version.
This commit is contained in:
parent
21dc2909a1
commit
f4d18f5a5d
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue