Skip to content

Commit

Permalink
Update MessagePack packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Feb 1, 2021
1 parent d01fba6 commit ad21f52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions sandbox/Sandbox.AspNetCore/Sandbox.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.1.90" />
<PackageReference Include="MessagePack.UnityShims" Version="1.9.11" />
<PackageReference Include="MessagePack.UnityShims" Version="2.2.85" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/MagicOnion.Abstractions/MagicOnion.Abstractions.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -17,7 +17,7 @@ MagicOnion.IgnoreAttribute</Description>

<ItemGroup>
<PackageReference Include="Grpc.Core.Api" Version="2.35.0" />
<PackageReference Include="MessagePack" Version="2.1.90" />
<PackageReference Include="MessagePack" Version="2.2.85" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/MagicOnion.Server.Redis/MagicOnion.Server.Redis.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.1.90" />
<PackageReference Include="MessagePack" Version="2.2.85" />
<PackageReference Include="StackExchange.Redis" Version="2.0.601" />
<PackageReference Include="System.Buffers" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit ad21f52

Please sign in to comment.