diff options
Diffstat (limited to 'csharp/test/xamarin')
4 files changed, 4 insertions, 4 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index 5c1dc4bbda6..7e75610e13a 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -69,7 +69,7 @@ <Choose> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.2" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.3" /> </ItemGroup> </When> <Otherwise> diff --git a/csharp/test/xamarin/controller.UWP/controller.UWP.csproj b/csharp/test/xamarin/controller.UWP/controller.UWP.csproj index 349bf98b078..bfbad9c0c47 100644 --- a/csharp/test/xamarin/controller.UWP/controller.UWP.csproj +++ b/csharp/test/xamarin/controller.UWP/controller.UWP.csproj @@ -156,7 +156,7 @@ <Choose> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.2" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.3" /> </ItemGroup> </When> <Otherwise> diff --git a/csharp/test/xamarin/controller.iOS/controller.iOS.csproj b/csharp/test/xamarin/controller.iOS/controller.iOS.csproj index e3919af31ae..b12c36aad59 100644 --- a/csharp/test/xamarin/controller.iOS/controller.iOS.csproj +++ b/csharp/test/xamarin/controller.iOS/controller.iOS.csproj @@ -121,7 +121,7 @@ <Choose> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.2" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.3" /> </ItemGroup> </When> <Otherwise> diff --git a/csharp/test/xamarin/controller/controller.csproj b/csharp/test/xamarin/controller/controller.csproj index 71fe4d6c09c..262e927faee 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.2" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.3" /> </ItemGroup> </When> <Otherwise> |