Skip to content

Commit 50619b9

Browse files
authored
Merge pull request #123 from progaudi/feature/msgpack/update-to-1.5.0
Update msgpack
2 parents 13fa6ad + fe39a2a commit 50619b9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/progaudi.tarantool.benchmark/progaudi.tarantool.benchmark.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="BenchmarkDotNet" Version="0.10.9" />
13+
<PackageReference Include="BenchmarkDotNet" Version="0.10.12" />
1414
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
1515
</ItemGroup>
1616

src/progaudi.tarantool/progaudi.tarantool.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>progaudi.tarantool</AssemblyName>
1212
<RootNamespace>ProGaudi.Tarantool.Client</RootNamespace>
1313
<Product>progaudi.tarantool</Product>
14-
<Copyright>Copyright © 2016-2017</Copyright>
14+
<Copyright>Copyright © 2016-2018</Copyright>
1515

1616
<PackageTags>tarantool;csharp</PackageTags>
1717
<PackageProjectUrl>https://github.com/progaudi/progaudi.tarantool</PackageProjectUrl>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="MsgPack.Light" Version="1.4.0" />
26+
<PackageReference Include="MsgPack.Light" Version="1.5.0" />
2727
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
2828
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
2929
</ItemGroup>

tests/progaudi.tarantool.tests/progaudi.tarantool.tests.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
2424
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
25-
<PackageReference Include="xunit" Version="2.2.0" />
26-
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
27-
<PackageReference Include="JetBrains.Annotations" Version="11.0.0" />
28-
<PackageReference Include="Shouldly" Version="2.8.3" />
25+
<PackageReference Include="xunit" Version="2.3.1" />
26+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
27+
<PackageReference Include="JetBrains.Annotations" Version="11.1.0" />
28+
<PackageReference Include="Shouldly" Version="3.0.0" />
2929
<ProjectReference Include="..\..\src\progaudi.tarantool\progaudi.tarantool.csproj" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)