File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Serilog.Ui.MongoDbProvider Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ await _collection.Indexes.CreateOneAsync(
61
61
. Find ( builder )
62
62
. Skip ( count * page )
63
63
. Limit ( count )
64
- . SortByDescending ( entry => entry . Timestamp )
64
+ . SortByDescending ( entry => entry . UtcTimeStamp )
65
65
. ToListAsync ( ) ;
66
66
67
67
var index = 1 ;
@@ -117,4 +117,4 @@ private void GenerateWhereClause(
117
117
}
118
118
}
119
119
}
120
- }
120
+ }
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
- <Version >2.3.1 </Version >
6
+ <Version >2.3.2 </Version >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
15
15
<ItemGroup >
16
16
<ProjectReference Include =" ..\Serilog.Ui.Core\Serilog.Ui.Core.csproj" PrivateAssets =" all" />
17
17
</ItemGroup >
18
- </Project >
18
+ </Project >
You can’t perform that action at this time.
0 commit comments