diff options
author | Jose <jose@zeroc.com> | 2020-03-27 13:14:36 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-03-27 13:14:36 +0100 |
commit | ddbcbf8efe1fc568a030b392a51f784f215d1182 (patch) | |
tree | 2ae656feb5f6956d19a524dc3f19c5f00ab63fc0 /csharp/test/xamarin/controller/controller.csproj | |
parent | Fixed Nuget package version caching (diff) | |
download | ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.tar.bz2 ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.tar.xz ice-ddbcbf8efe1fc568a030b392a51f784f215d1182.zip |
Update C# version to 3.7.3.2
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 220760a12ea..d1c84e36cf7 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.1" /> + <PackageReference Include="zeroc.ice.net" Version="3.7.3.2" /> </ItemGroup> </When> <Otherwise> |