Created
January 21, 2023 10:08
-
-
Save ParkingLotGames/0f8b4bdfa298266cba093c69241e9b43 to your computer and use it in GitHub Desktop.
msc.rsp (or csc.rsp for 2018.3+) it tells the C# compiler to include the assemblies required to access System.IO.Compression in 2018.2-4
This file contains hidden or 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
-r:System.IO.Compression.dll | |
-r:System.IO.Compression.FileSystem.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment