C#

Download Ice 3.7 for C#

Version

3.7.10
|
November 6, 2023

Platforms

NuGet Package

The zeroc.ice.net NuGet package is supported on the following platforms:
  • .NET Framework 4.5.1
  • .NET 6.0
  • .NET 7.0
Detailed instructions for installing Ice for C# are available here.

Slice to C# Compiler

The slice2cs compiler is required for C# development.

Linux Repositories

Ubuntu 22.04 (Jammy Jellyfish)

Configure APT repository

amd64 | arm64
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpg
echo \
'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu22.04 stable main' \
| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.list
sudo apt-get update

Install the Slice compilers

sudo apt-get install zeroc-ice-compilers

Ubuntu 20.04 (Focal Fossa)

Configure APT repository

amd64 | arm64 | armhf
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpg
echo \
'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu20.04 stable main' \
| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.list
sudo apt-get update

Install the Slice compilers

sudo apt-get install zeroc-ice-compilers

Ubuntu 18.04 (Bionic Beaver)

Configure APT repository

amd64 | arm64 | armhf
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpg
echo \
'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu18.04 stable main' \
| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.list
sudo apt-get update

Install the Slice compilers

sudo apt-get install zeroc-ice-compilers

Ubuntu 16.04 (Xenial Xerus)

Configure APT repository

amd64
sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpg
echo \
'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu16.04 stable main' \
| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.list
sudo apt-get update

Install the Slice compilers

sudo apt-get install zeroc-ice-compilers
Detailed instructions for installing Ice on Linux are available here.

GPG Key

The Linux binary packages are signed with the following key:

CookiesYour privacy
This website uses cookies to analyze traffic and improve your experience.
By clicking "Accept," you consent to the use of these cookies. You can learn more about our cookies policy in our Privacy Policy.