diff options
author | Jose <jose@zeroc.com> | 2021-01-18 22:38:43 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-01-18 22:38:43 +0100 |
commit | d2bcc9305b5c5b8ee82250aa6a4e221b3e7b20d8 (patch) | |
tree | b0030d6e23046e41301477e232717132d40add00 /csharp/test/xamarin/controller/controller.csproj | |
parent | Update MSBuild builder package (diff) | |
download | ice-d2bcc9305b5c5b8ee82250aa6a4e221b3e7b20d8.tar.bz2 ice-d2bcc9305b5c5b8ee82250aa6a4e221b3e7b20d8.tar.xz ice-d2bcc9305b5c5b8ee82250aa6a4e221b3e7b20d8.zip |
Update to MSbuild builder 5.0.6
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 1d3146db608..0b0b8d43bb2 100644 --- a/csharp/test/xamarin/controller/controller.csproj +++ b/csharp/test/xamarin/controller/controller.csproj @@ -15,7 +15,7 @@ <ItemGroup> <PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" /> - <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.5" /> + <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.6" /> <Compile Update="generated\Controller.cs"> <SliceCompileSource>..\..\..\..\scripts\Controller.ice</SliceCompileSource> </Compile> |