File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Containers/Microsoft.NET.Build.Containers
test/TestAssets/TestProjects/KitchenSink/TestApp Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ public static class Properties
41
41
public static readonly string PublishTrimmed = nameof ( PublishTrimmed ) ;
42
42
public static readonly string PublishSelfContained = nameof ( PublishSelfContained ) ;
43
43
public static readonly string InvariantGlobalization = nameof ( InvariantGlobalization ) ;
44
+ public static readonly string InvariantTimezone = nameof ( InvariantTimezone ) ;
44
45
}
45
46
46
47
public static class Items
Original file line number Diff line number Diff line change 22
22
<EventSourceSupport >false</EventSourceSupport >
23
23
<_WinFormsUITypeEditorSupport >true</_WinFormsUITypeEditorSupport >
24
24
<InvariantGlobalization >true</InvariantGlobalization >
25
+ <InvariantTimezone >true</InvariantTimezone >
25
26
<PredefinedCulturesOnly >true</PredefinedCulturesOnly >
26
27
<ConcurrentGarbageCollection >false</ConcurrentGarbageCollection >
27
28
<ServerGarbageCollection >true</ServerGarbageCollection >
You can’t perform that action at this time.
0 commit comments