Skip to content

Commit f77e4b4

Browse files
committed
EPPlus 5.8.0
1 parent ce008f4 commit f77e4b4

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

25-ImportAndExportDataTable/Readme.md

-7
This file was deleted.

EPPlus.Sample.NET.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4343
<HintPath>packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4444
</Reference>
45-
<Reference Include="EPPlus, Version=5.7.5.795, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
46-
<HintPath>packages\EPPlus.5.7.5.795-20211021-develop\lib\net45\EPPlus.dll</HintPath>
45+
<Reference Include="EPPlus, Version=5.8.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
46+
<HintPath>packages\EPPlus.5.8.0\lib\net45\EPPlus.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4949
<HintPath>packages\Microsoft.IO.RecyclableMemoryStream.1.4.1\lib\net46\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>

packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="6.3.0" targetFramework="net472" />
4-
<package id="EPPlus" version="5.7.5.795-20211021-develop" targetFramework="net472" />
4+
<package id="EPPlus" version="5.8.0" targetFramework="net472" />
55
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.4.1" targetFramework="net472" />
66
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
77
<package id="System.ComponentModel.Annotations" version="4.7.0" targetFramework="net472" />

0 commit comments

Comments
 (0)