diff options
author | Jose <jose@zeroc.com> | 2017-12-14 22:08:37 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-12-14 22:08:37 +0100 |
commit | 07121cf39d5dc04d563131e9df1afff76adaecb0 (patch) | |
tree | 8f1cea1d5bf44c911d51f3af619de712d8b3590f /csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj | |
parent | Merge remote-tracking branch 'origin/3.7' into netcore (diff) | |
download | ice-07121cf39d5dc04d563131e9df1afff76adaecb0.tar.bz2 ice-07121cf39d5dc04d563131e9df1afff76adaecb0.tar.xz ice-07121cf39d5dc04d563131e9df1afff76adaecb0.zip |
3.7.1 version updates
Diffstat (limited to 'csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj')
-rw-r--r-- | csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj index 6f1ada9a7f6..ea333c5091e 100644 --- a/csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/exceptions/msbuild/collocated/netstandard2.0/collocated.csproj @@ -22,7 +22,7 @@ <!--Using Ice NuGet package--> <When Condition="'$(ICE_BIN_DIST)' == 'all'"> <ItemGroup> - <PackageReference Include="zeroc.ice.net" Version="3.7.0"/> + <PackageReference Include="zeroc.ice.net" Version="3.7.1"/> </ItemGroup> </When> <!--Using Ice built from source--> |