diff options
Diffstat (limited to 'csharp/msbuild/zeroc.ice.net.props')
-rw-r--r-- | csharp/msbuild/zeroc.ice.net.props | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/msbuild/zeroc.ice.net.props b/csharp/msbuild/zeroc.ice.net.props index 98eeb09a429..2b80418dd21 100644 --- a/csharp/msbuild/zeroc.ice.net.props +++ b/csharp/msbuild/zeroc.ice.net.props @@ -2,10 +2,10 @@ <!-- Copyright (c) ZeroC, Inc. All rights reserved. --> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> - <IceVersion>3.7.5</IceVersion> - <IceIntVersion>30705</IceIntVersion> - <IceVersionMM>3.7</IceVersionMM> - <IceSoVersion>37</IceSoVersion> + <IceVersion>3.8.0</IceVersion> + <IceIntVersion>30800</IceIntVersion> + <IceVersionMM>3.8</IceVersionMM> + <IceSoVersion>38</IceSoVersion> <IceHome>$(MSBuildThisFileDirectory)..</IceHome> <IceAssembliesDir>$(IceHome)\lib</IceAssembliesDir> </PropertyGroup> |