diff options
author | Jose <jose@zeroc.com> | 2020-04-20 17:20:25 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-04-20 17:20:25 +0200 |
commit | 84e61ebe2820e1ef81d54bfae1f5af9d7768f928 (patch) | |
tree | d4e942efcad398ebafba68dca01c1ad5d8a5806c /csharp/test/xamarin/controller/controller.csproj | |
parent | Fix bug in C# ice_ids - Close #641 (diff) | |
download | ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.tar.bz2 ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.tar.xz ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.zip |
Update version to 3.7.4
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 d1c84e36cf7..d7092dc20e0 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.3.2" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.4" /> </ItemGroup> </When> <Otherwise> |