diff options
author | Jose <jose@zeroc.com> | 2020-11-30 18:42:15 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-11-30 18:42:15 +0100 |
commit | 0c80e767f0650386d26f16b044c55d76c8eab894 (patch) | |
tree | 3445d6355e2c2733f0fdac9309eb62c1efdbfabf /csharp/test/xamarin/controller/controller.csproj | |
parent | Swift build fixes for Xcode 12 and macOS 11 (diff) | |
download | ice-0c80e767f0650386d26f16b044c55d76c8eab894.tar.bz2 ice-0c80e767f0650386d26f16b044c55d76c8eab894.tar.xz ice-0c80e767f0650386d26f16b044c55d76c8eab894.zip |
Update version to 3.7.5
Diffstat (limited to 'csharp/test/xamarin/controller/controller.csproj')
-rw-r--r-- | csharp/test/xamarin/controller/controller.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller/controller.csproj b/csharp/test/xamarin/controller/controller.csproj index d7092dc20e0..3f4c42e32d2 100644 --- a/csharp/test/xamarin/controller/controller.csproj +++ b/csharp/test/xamarin/controller/controller.csproj @@ -32,7 +32,7 @@ <Choose> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.4" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.5" /> </ItemGroup> </When> <Otherwise> |