Skip to content

Commit e4382b4

Browse files
committed
Bug Fix: Specify DateTimeKind.UTC when timestamp is DateTime
1 parent 08b6c96 commit e4382b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableStorage.Abstractions.POCO/TableStorage.Abstractions.POCO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
</PackageReference>
4444
<PackageReference Include="TableStorage.Abstractions" Version="3.2.4" />
45-
<PackageReference Include="TableStorage.Abstractions.TableEntityConverters" Version="1.4.0" />
45+
<PackageReference Include="TableStorage.Abstractions.TableEntityConverters" Version="1.4.1" />
4646
<PackageReference Include="Xtensible.Time.Clock" Version="1.1.0" />
4747
</ItemGroup>
4848

0 commit comments

Comments
 (0)