Skip to content

Commit

Permalink
fix: bump MessagePack package versions (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo authored Dec 24, 2024
1 parent 10c44b7 commit d5fab54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Intersect.Client.Framework/Intersect.Client.Framework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<group targetFramework="net461">
<dependency id="Ceras" version="4.0.40" />
<dependency id="CommandLineParser" version="2.7.82" />
<dependency id="MessagePack" version="2.2.85" />
<dependency id="MessagePack.Annotations" version="2.2.85" />
<dependency id="MessagePack" version="2.5.187" />
<dependency id="MessagePack.Annotations" version="2.6.100-alpha" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Semver" version="2.0.6" />
</group>
Expand Down
4 changes: 2 additions & 2 deletions Intersect.Server.Framework/Intersect.Server.Framework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<group targetFramework="net461">
<dependency id="Ceras" version="4.0.40" />
<dependency id="CommandLineParser" version="2.7.82" />
<dependency id="MessagePack" version="2.2.85" />
<dependency id="MessagePack.Annotations" version="2.2.85" />
<dependency id="MessagePack" version="2.5.187" />
<dependency id="MessagePack.Annotations" version="2.6.100-alpha" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="Semver" version="2.0.6" />
</group>
Expand Down

0 comments on commit d5fab54

Please sign in to comment.