We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3293f7e commit 17f04fdCopy full SHA for 17f04fd
1 file changed
Src/IronPythonTest/Cases/CaseGenerator.cs
@@ -108,6 +108,7 @@ private bool EvaluateExpression(string expression) {
108
string filter = expression;
109
var replacements = new OrderedDictionary() {
110
// variables
111
+ { "$(FRAMEWORK)", IronPython.Runtime.ClrModule.TargetFramework },
112
{ "$(IS_NETCOREAPP)", IronPython.Runtime.ClrModule.IsNetCoreApp.ToString() },
113
{ "$(IS_NETSTANDARD)", IronPython.Runtime.ClrModule.TargetFramework.StartsWith(".NETStandard", StringComparison.Ordinal).ToString() },
114
{ "$(IS_MONO)", IronPython.Runtime.ClrModule.IsMono.ToString() },
0 commit comments