Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2017-03-03 18:32:58 +0300
committerneuecc <ils@neue.cc>2017-03-03 18:32:58 +0300
commitdacad1e38112588b36112b72e7d31658a91f77b0 (patch)
tree52239b2cbe5e220cc57a93d03652d8f624346916 /nuget
parent38893f022b389d8eece5fa1c8e15b26f58431352 (diff)
update ReactiveProperty 3.5.1 and retrieve inner settings
Diffstat (limited to 'nuget')
-rw-r--r--nuget/MessagePack.ReactiveProperty.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuget/MessagePack.ReactiveProperty.nuspec b/nuget/MessagePack.ReactiveProperty.nuspec
index 23b60683..bcc9410a 100644
--- a/nuget/MessagePack.ReactiveProperty.nuspec
+++ b/nuget/MessagePack.ReactiveProperty.nuspec
@@ -18,11 +18,11 @@
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="MessagePack" version="0.6.0" />
- <dependency id="ReactiveProperty" version="3.5.0" />
+ <dependency id="ReactiveProperty" version="3.5.1" />
</group>
<group targetFramework=".NETStandard1.4">
<dependency id="MessagePack" version="0.6.0" />
- <dependency id="ReactiveProperty" version="3.5.0" />
+ <dependency id="ReactiveProperty" version="3.5.1" />
</group>
</dependencies>
</metadata>