https://github.com/csharpfritz/netstandard2demo
A demo solution with NET Standard 2.0, referencing the .NETFx 2.0 SharpZipLib library
https://github.com/csharpfritz/netstandard2demo
Last synced: about 2 months ago
JSON representation
A demo solution with NET Standard 2.0, referencing the .NETFx 2.0 SharpZipLib library
- Host: GitHub
- URL: https://github.com/csharpfritz/netstandard2demo
- Owner: csharpfritz
- License: mit
- Created: 2017-05-16T20:28:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T20:40:19.000Z (about 8 years ago)
- Last Synced: 2025-04-01T23:13:24.753Z (about 2 months ago)
- Language: C#
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetStandard2Demo
A demo solution with NET Standard 2.0, referencing the .NETFx 2.0 SharpZipLib libraryThe SharpZipLib library is available in the refs folder, and was downloaded from [http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx](http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx). I have included the .NET Framework 2.0 version of the DLL in this project.
ConsoleApp1 is the starting point project written against .NET Framework 4.6.1
CoreConsole2App is a .NET Core 2.0 preview 1 console project that was written with an initial reference DIRECTLY to the ICSharpCode.SharpZipLib.dll. In its current state in the repository, it now references and uses the output of the Compressor2 project
Compressor2 is a .NET Standard 2.0 preview 1 project that has the exact same compression code from ConsoleApp1 and a direct reference on the ICSharpCode.SharpZipLib.dll
As a follow-up to showing how this project works on Windows in Visual Studio 2017 Update 3 Preview, I copied the compiled output of the CoreConsole2App to a USB stick and ran it on my Mac with .NET Core 2 preview 1.