Skip to content

Commit

Permalink
Version 4.5.1.Added small readme file for .Net Core sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKallman committed Mar 25, 2018
1 parent aa7368b commit 291741b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions SampleApp.Core/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
EPPlus samples for .Net Core

Solution can be opened in Visual Studio for Windows or MacOS.
On other operation systems please use...

dotnet restore
dotnet run

... to execute sample. Non-windows operationsystems will requires libgdiplus to be installed.
Please use your favorite package manager to install it.
For example:

Homebrew on MacOS:
brew install mono-libgdiplus

apt-get:
apt-get install libgdiplus

Also see wiki on https://github.com/JanKallman/EPPlus/wiki for more details

0 comments on commit 291741b

Please sign in to comment.