Skip to content

Commit

Permalink
Update packages.config
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyRevenger committed Dec 21, 2021
1 parent 583b3bd commit 90e443e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Updater/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DeltaCompressionDotNet" version="1.1.0" targetFramework="net461" />
<<<<<<< HEAD
<package id="Mono.Cecil" version="0.11.2" targetFramework="net461" />
<package id="SharpCompress" version="0.17.1" targetFramework="net461" />
=======
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net461" />
<package id="SharpCompress" version="0.29.0" targetFramework="net461" />
>>>>>>> dbfabbcfc5b4e0536649d41c4ee3d9a8a1186f0f
<package id="Splat" version="1.6.2" targetFramework="net461" />
<package id="squirrel.windows" version="1.9.1" targetFramework="net461" />
<package id="squirrel.windows" version="2.0.1" targetFramework="net461" />
</packages>

0 comments on commit 90e443e

Please sign in to comment.