Skip to content

Instantly share code, notes, and snippets.

@ParkingLotGames
Created January 21, 2023 10:08
Show Gist options
  • Save ParkingLotGames/0f8b4bdfa298266cba093c69241e9b43 to your computer and use it in GitHub Desktop.
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
-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