Skip to content

Commit

Permalink
Merge pull request #1 from Farthom/feature/netstandard
Browse files Browse the repository at this point in the history
Fix for deserializing DateTimeOffset. (Bug in YAML.net)
  • Loading branch information
dazinator authored May 9, 2018
2 parents 3cebff4 + cfe2711 commit a430872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<PackageVersion_GitToolsCore>1.3.1</PackageVersion_GitToolsCore>
<PackageVersion_YamlDotNet>4.2.1</PackageVersion_YamlDotNet>
<PackageVersion_YamlDotNet>4.2.3</PackageVersion_YamlDotNet>
<PackageVersion_LibGit2SharpNativeBinaries>[1.0.185]</PackageVersion_LibGit2SharpNativeBinaries>
</PropertyGroup>
</Project>

0 comments on commit a430872

Please sign in to comment.