Skip to content

Commit

Permalink
update a couple of nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tpokorra committed Dec 4, 2021
1 parent 0818f0c commit a0527dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions csharp/ThirdParty/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.13.2"/>
<package id="NUnit.Console" version="3.12.0"/>
<!-- if updating NUnit.ConsoleRunner here, you also need to update OpenPetra.common.xml -->
<package id="NUnit.ConsoleRunner" version="3.12.0"/>
<package id="NUnit.Console" version="3.13.0"/>
<!-- if updating NUnit.ConsoleRunner here, you also need to update inc/nant/OpenPetra.common.xml -->
<package id="NUnit.ConsoleRunner" version="3.13.0"/>

<package id="MySqlConnector" version="2.0.0" />
<package id="MySqlConnector" version="2.1.0" />
<package id="System.Buffers" version="4.5.1"/>
<package id="System.Diagnostics.DiagnosticSource" version="6.0.0"/>

Expand All @@ -22,7 +22,7 @@
<package id="MailKit" version="2.15.0" />
<package id="Portable.BouncyCastle" version="1.9.0" />

<package id="HtmlAgilityPack" version="1.11.38" />
<package id="HtmlAgilityPack" version="1.11.39" />
<package id="Newtonsoft.Json" version="13.0.1" />
<package id="libsodium-net" version="0.10.0" />
<package id="SharpZipLib" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion inc/nant/OpenPetra.common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
</if>

<!-- we are now using nunit3-console from nuget -->
<property name="external.NUnitConsole" value="${dir.nuget}/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe" overwrite="false"/>
<property name="external.NUnitConsole" value="${dir.nuget}/NUnit.ConsoleRunner.3.13.0/tools/nunit3-console.exe" overwrite="false"/>
<if test="${not file::exists(external.NUnitConsole)}">
<echo>Cannot find nunit3-console.exe! Please run nant generateTools</echo>
</if>
Expand Down

0 comments on commit a0527dd

Please sign in to comment.