-
Notifications
You must be signed in to change notification settings - Fork 1k
Convert the C# sample projects to PackageReference format #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert the C# sample projects to PackageReference format #533
Conversation
piksel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Added suggestions for updating to the just released v1.3.1
samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_BZip2/Cmd_BZip2.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_Checksum/Cmd_Checksum.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_GZip/Cmd_GZip.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_Tar/Cmd_Tar.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_ZipInfo/Cmd_ZipInfo.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/FastZip/FastZip.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/unzipfile/unzipfile.csproj
Outdated
Show resolved
Hide resolved
samples/ICSharpCode.SharpZipLib.Samples/cs/viewzipfile/viewzipfile.csproj
Outdated
Show resolved
Hide resolved
|
It should also be possible to put the SharpZipLib package version and/or the PackageReference in a shared .props file (such that the version can be updated in once place rather than having to change every project file). Not sure if that's a good idea or not though. |
Part one of the suggestion from #526 - convert the C# sample projects from packages.config to PackageReference format (and delete all the packages.config files)
I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.