Skip to content

Commit

Permalink
v1.2.17
Browse files Browse the repository at this point in the history
- fixed *WebServiceGateway* error "Windows -1252 is not supported encoding name"
- upgraded MessagePack (2.5.129)
  • Loading branch information
genemars committed Sep 29, 2023
1 parent f7ebcac commit f2117a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIG/MIG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<ItemGroup>
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
<PackageReference Include="WebsocketSharp.Standard2" Version="2022.4.16.1520" />
<PackageReference Include="MessagePack" Version="2.5.124" />
<PackageReference Include="MessagePack.Annotations" Version="2.5.124" />
<PackageReference Include="MessagePack" Version="2.5.129" />
<PackageReference Include="MessagePack.Annotations" Version="2.5.129" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" />
Expand Down

0 comments on commit f2117a1

Please sign in to comment.