Skip to content

Commit

Permalink
Merge pull request #610 from AArnott/fix544
Browse files Browse the repository at this point in the history
Update System.Threading.Tasks.Extensions dependency to 4.5.3
  • Loading branch information
AArnott committed Nov 5, 2019
2 parents 2f1a4bc + cb1806a commit 3d68045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessagePack/MessagePack.csproj
Expand Up @@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 3d68045

Please sign in to comment.