Skip to content

Commit

Permalink
Merge pull request #123 from progaudi/feature/msgpack/update-to-1.5.0
Browse files Browse the repository at this point in the history
Update msgpack
  • Loading branch information
aensidhe authored Jan 24, 2018
2 parents 13fa6ad + fe39a2a commit 50619b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.9" />
<PackageReference Include="BenchmarkDotNet" Version="0.10.12" />
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/progaudi.tarantool/progaudi.tarantool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>progaudi.tarantool</AssemblyName>
<RootNamespace>ProGaudi.Tarantool.Client</RootNamespace>
<Product>progaudi.tarantool</Product>
<Copyright>Copyright © 2016-2017</Copyright>
<Copyright>Copyright © 2016-2018</Copyright>

<PackageTags>tarantool;csharp</PackageTags>
<PackageProjectUrl>https://github.com/progaudi/progaudi.tarantool</PackageProjectUrl>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MsgPack.Light" Version="1.4.0" />
<PackageReference Include="MsgPack.Light" Version="1.5.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions tests/progaudi.tarantool.tests/progaudi.tarantool.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="11.0.0" />
<PackageReference Include="Shouldly" Version="2.8.3" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<ProjectReference Include="..\..\src\progaudi.tarantool\progaudi.tarantool.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 50619b9

Please sign in to comment.