From 291741bd5a8109ae479f1a30fcdb27c335216657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4llman?= <982881+JanKallman@users.noreply.github.com> Date: Sun, 25 Mar 2018 16:42:01 +0200 Subject: [PATCH] Version 4.5.1.Added small readme file for .Net Core sample project --- SampleApp.Core/readme.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SampleApp.Core/readme.txt diff --git a/SampleApp.Core/readme.txt b/SampleApp.Core/readme.txt new file mode 100644 index 00000000..674f9607 --- /dev/null +++ b/SampleApp.Core/readme.txt @@ -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