forked from JanKallman/EPPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 4.5.1.Added small readme file for .Net Core sample project
- Loading branch information
1 parent
aa7368b
commit 291741b
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |