aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2018-06-21 20:37:40 -0400
committerBob Arnson <bob@joyofsetup.com>2018-06-21 20:37:40 -0400
commit22497cb5c93d99a3ef81f170cf28b22ba54a2db8 (patch)
treeb5410d73e77f77d5d82cdef922b8a2f8dcc32a30 /src/WixToolset.Data
parente48ed09e26098b10a964b56a4ff0c630c4204d94 (diff)
downloadwix-22497cb5c93d99a3ef81f170cf28b22ba54a2db8.tar.gz
wix-22497cb5c93d99a3ef81f170cf28b22ba54a2db8.tar.bz2
wix-22497cb5c93d99a3ef81f170cf28b22ba54a2db8.zip
Update to netcoreapp2.1 and xunit 2.3.1.
Diffstat (limited to 'src/WixToolset.Data')
-rw-r--r--src/WixToolset.Data/IntermediateField.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/IntermediateField.cs b/src/WixToolset.Data/IntermediateField.cs
index 48cdceea..9aed3d81 100644
--- a/src/WixToolset.Data/IntermediateField.cs
+++ b/src/WixToolset.Data/IntermediateField.cs
@@ -6,7 +6,7 @@ namespace WixToolset.Data
6 using System.Diagnostics; 6 using System.Diagnostics;
7 using SimpleJson; 7 using SimpleJson;
8 8
9 [DebuggerDisplay("Name={Name,nq} Type={Type} Value={Value.AsString()}")] 9 [DebuggerDisplay("Name={Name,nq} Type={Type} Value={Value?.AsString()}")]
10 public class IntermediateField 10 public class IntermediateField
11 { 11 {
12 public IntermediateField(IntermediateFieldDefinition definition) 12 public IntermediateField(IntermediateFieldDefinition definition)