diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-07 23:05:41 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 00:19:10 -0800 |
commit | 86146e8c044a1aea2ea162701b1fc344d19e4dc3 (patch) | |
tree | 766bcea3c3a1c6dbb89e8156325324d44b56b1aa /src/ext/NetFx/wixext | |
parent | 55d1af260bc383dab269fbf0f371c2b1d84a3fed (diff) | |
download | wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.tar.gz wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.tar.bz2 wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.zip |
Very minor cleanup
Diffstat (limited to 'src/ext/NetFx/wixext')
-rw-r--r-- | src/ext/NetFx/wixext/NetFxCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/NetFx/wixext/NetFxCompiler.cs b/src/ext/NetFx/wixext/NetFxCompiler.cs index f3c91918..563cd19d 100644 --- a/src/ext/NetFx/wixext/NetFxCompiler.cs +++ b/src/ext/NetFx/wixext/NetFxCompiler.cs | |||
@@ -425,7 +425,7 @@ namespace WixToolset.Netfx | |||
425 | break; | 425 | break; |
426 | case "RollForward": | 426 | case "RollForward": |
427 | rollForward = this.ParseHelper.GetAttributeValue(sourceLineNumbers, attrib); | 427 | rollForward = this.ParseHelper.GetAttributeValue(sourceLineNumbers, attrib); |
428 | switch (rollForward.ToLower()) | 428 | switch (rollForward.ToLowerInvariant()) |
429 | { | 429 | { |
430 | case "latestmajor": | 430 | case "latestmajor": |
431 | rollForward = "LatestMajor"; | 431 | rollForward = "LatestMajor"; |