Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Sep 22, 2016
1 parent 01cb54a commit 2dbb281
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XLSX2RESW/XLSX2RESW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<HintPath>..\packages\ExcelDataReader.2.1.2.3\lib\net45\Excel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
Expand Down
1 change: 1 addition & 0 deletions XLSX2RESW/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ExcelDataReader" version="2.1.2.3" targetFramework="net46" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net46" />
</packages>

0 comments on commit 2dbb281

Please sign in to comment.