commit | 695d9ae429a26cba5bcefef447429205207d2ba2 | [log] [tgz] |
---|---|---|
author | Brian Cairns <bcairns@google.com> | Thu Feb 18 15:23:51 2021 -0700 |
committer | Brian Cairns <bcairns@google.com> | Thu Feb 18 16:06:06 2021 -0700 |
tree | 584f311b69ff16befbdce410810923de5e318410 | |
parent | 6033ebb0af340b35ebb5df05767e5debbdf21043 [diff] |
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