diff options
Diffstat (limited to 'src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs')
-rw-r--r-- | src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs b/src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs index 1db4f647..6371a951 100644 --- a/src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs +++ b/src/ext/NetFx/wixext/Symbols/NetfxSymbolDefinitions.cs | |||
@@ -17,8 +17,6 @@ namespace WixToolset.Netfx | |||
17 | 17 | ||
18 | public static partial class NetfxSymbolDefinitions | 18 | public static partial class NetfxSymbolDefinitions |
19 | { | 19 | { |
20 | public static readonly Version Version = new Version("4.0.0"); | ||
21 | |||
22 | public static IntermediateSymbolDefinition ByName(string name) | 20 | public static IntermediateSymbolDefinition ByName(string name) |
23 | { | 21 | { |
24 | if (!Enum.TryParse(name, out NetfxSymbolDefinitionType type)) | 22 | if (!Enum.TryParse(name, out NetfxSymbolDefinitionType type)) |