Skip to content

Commit

Permalink
Update nuspec to match the dependencies needed (#367)
Browse files Browse the repository at this point in the history
This is taken from the project filess used in roundhouse.lib.merged

Fixes #365
  • Loading branch information
BlythMeister authored and erikbra committed Feb 8, 2019
1 parent 0047ffb commit f4248c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion product/roundhouse.lib.merged/roundhouse.lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@
<dependencies>
<dependency id="FluentNHibernate" version="2.1.2" />
<dependency id="Iesi.Collections" version="4.0.4" />
<dependency id="log4net" version="2.0.8" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Polly" version="6.1.2" />
<dependency id="NHibernate" version="5.1.3" />
<dependency id="NHibernate.JetDriver" version="2.0.0.1002" />
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="System.Data.SqlClient" version="4.5.1" />
<dependency id="System.Security.Principal.Windows" version="4.5.1" />
<dependency id="Mysql.Data" version="8.0.13" />
<dependency id="System.Configuration.ConfigurationManager" version="4.5.0" />
<dependency id="Npgsql" version="3.2.7" />
<dependency id="System.Linq" version="4.3.0" />
<dependency id="EntityFramework" version="6.2.0" />
<dependency id="System.Data.SQLite.Core" version="1.0.109.2" />
<dependency id="Microsoft.SqlServer.Compact" version="4.0.8876.1" />
<dependency id="NHibernate.JetDriver" version="2.0.0.1002" />
</dependencies>
<iconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</iconUrl>
</metadata>
Expand Down

0 comments on commit f4248c7

Please sign in to comment.