Support .NET 5 for EPPlus SDK and package as a .nupkg.

This change:
- Adds an SDK-style project for EPPlus, which is multi-targeted
- Drops support for the RIPEMD-160 hash, which is not supported in
  .NET 5. This is only used for (older) encrypted Excel files, which we
  don't support anyway.
- Adds Nuget packaging support for EPPlus

To generate the .nupkg, run:
dotnet pack EPPlus/EPPlusSDK.csproj -c Release

Change-Id: I7db0f3be1d7d28a891a61641a214a7d522ccc590
4 files changed
tree: 584f311b69ff16befbdce410810923de5e318410
  1. Doc/
  2. EPPlus/
  3. EPPlusExcelCalculationSample/
  4. EPPlusTest/
  5. EPPlusWebSample/
  6. Profiling/
  7. SampleApp/
  8. .gitignore
  9. EPPlus.sln
  10. EPPlus.testsettings
  11. EPPlusTest.runsettings
  12. ExcelPackage.vsmdi
  13. LICENSE
  14. LocalTestRun.testrunconfig
  15. METADATA
  16. README.md
  17. ReadMe_UpdatingEPPlus.txt
README.md

EPPlus

AppSheet fork of EPPlus

To compile this fork, run: dotnet pack EPPlus/EPPlusSDK.csproj -c Release

Then, copy the .nupkg file: EPPlus/bin/Release/Appsheet.EPPlus.1.0.0.nupkg -> jeenee/lib/nuget