diff options
Diffstat (limited to 'csharp/test/TestCommon')
-rw-r--r-- | csharp/test/TestCommon/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | csharp/test/TestCommon/msbuild/testcommon/netstandard2.0/testcommon.csproj | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/TestCommon/Properties/AssemblyInfo.cs b/csharp/test/TestCommon/Properties/AssemblyInfo.cs index c82a09b8a6d..37c169291ee 100644 --- a/csharp/test/TestCommon/Properties/AssemblyInfo.cs +++ b/csharp/test/TestCommon/Properties/AssemblyInfo.cs @@ -34,7 +34,7 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.7.2")] -[assembly: AssemblyFileVersion("3.7.2")] +[assembly: AssemblyVersion("3.7.3")] +[assembly: AssemblyFileVersion("3.7.3")] [assembly: System.CLSCompliant(true)] diff --git a/csharp/test/TestCommon/msbuild/testcommon/netstandard2.0/testcommon.csproj b/csharp/test/TestCommon/msbuild/testcommon/netstandard2.0/testcommon.csproj index 46c67656671..74bfdd4eed5 100644 --- a/csharp/test/TestCommon/msbuild/testcommon/netstandard2.0/testcommon.csproj +++ b/csharp/test/TestCommon/msbuild/testcommon/netstandard2.0/testcommon.csproj @@ -15,7 +15,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> |