diff options
author | Jose <jose@zeroc.com> | 2018-11-17 18:42:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-11-17 18:44:16 +0100 |
commit | 473a04e550526d2648745a80e42a580a5d0c4510 (patch) | |
tree | d2e2801ced548b0ed9fa40c09b52cf0d31be80b8 /csharp/test/xamarin/controller.iOS/controller.iOS.csproj | |
parent | Better fix for python build failre (diff) | |
download | ice-473a04e550526d2648745a80e42a580a5d0c4510.tar.bz2 ice-473a04e550526d2648745a80e42a580a5d0c4510.tar.xz ice-473a04e550526d2648745a80e42a580a5d0c4510.zip |
Update version to 3.7.2
Diffstat (limited to 'csharp/test/xamarin/controller.iOS/controller.iOS.csproj')
-rw-r--r-- | csharp/test/xamarin/controller.iOS/controller.iOS.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller.iOS/controller.iOS.csproj b/csharp/test/xamarin/controller.iOS/controller.iOS.csproj index a0698ea1ffd..3cdc5f24a06 100644 --- a/csharp/test/xamarin/controller.iOS/controller.iOS.csproj +++ b/csharp/test/xamarin/controller.iOS/controller.iOS.csproj @@ -123,7 +123,7 @@ <Choose> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.1" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.2" /> </ItemGroup> </When> <Otherwise> |