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 | |
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
262 files changed, 544 insertions, 544 deletions
diff --git a/csharp/BuildInstructionsLinuxMacOS.md b/csharp/BuildInstructionsLinuxMacOS.md index 91f66a342b8..b10912b412e 100644 --- a/csharp/BuildInstructionsLinuxMacOS.md +++ b/csharp/BuildInstructionsLinuxMacOS.md @@ -59,6 +59,6 @@ failure, the tests abort with `failed`. [1]: https://zeroc.com/distributions/ice [2]: https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-standard-2-0 -[3]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0 +[3]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.1 [4]: https://www.microsoft.com/net/download [5]: https://github.com/dotnet/core-setup#daily-builds diff --git a/csharp/BuildInstructionsWindows.md b/csharp/BuildInstructionsWindows.md index d5660e12db9..5e6519bc984 100644 --- a/csharp/BuildInstructionsWindows.md +++ b/csharp/BuildInstructionsWindows.md @@ -49,7 +49,7 @@ Target Framework Monikers (TFMs), for example: msbuild msbuild\ice.proj /p:"IceTestsTargetFrameworks=net461;netcoreapp2.0" ``` -This builds the test programs for `net461` and `netcoreapp2.0` (in separate folders). +This builds the test programs for `net461` and `netcoreapp2.0` (in separate folders). The target frameworks you specify must implement .NET Standard 2.0. ### Strong Name Signatures for .NET Framework 4.5 Assemblies @@ -122,7 +122,7 @@ This will create `zeroc.ice.net\zeroc.ice.net.nupkg`. [1]: https://zeroc.com/distributions/ice [2]: https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-standard-2-0 -[3]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0 +[3]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.1 [4]: https://github.com/zeroc-ice/ice-builder-visualstudio [5]: https://www.microsoft.com/net/download/windows [6]: https://docs.microsoft.com/en-us/dotnet/framework/app-domains/enhanced-strong-naming diff --git a/csharp/test/Glacier2/application/msbuild/client/net45/client.csproj b/csharp/test/Glacier2/application/msbuild/client/net45/client.csproj index 8d46eadf3b3..192b8fdf4b6 100644 --- a/csharp/test/Glacier2/application/msbuild/client/net45/client.csproj +++ b/csharp/test/Glacier2/application/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/application/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Glacier2/application/msbuild/client/netstandard2.0/client.csproj index 4d1937f3d63..9ef2dc994b7 100644 --- a/csharp/test/Glacier2/application/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Glacier2/application/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Glacier2/application/msbuild/server/net45/server.csproj b/csharp/test/Glacier2/application/msbuild/server/net45/server.csproj index 567d8ad94de..83d58fff529 100644 --- a/csharp/test/Glacier2/application/msbuild/server/net45/server.csproj +++ b/csharp/test/Glacier2/application/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/application/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Glacier2/application/msbuild/server/netstandard2.0/server.csproj index 72a51fd9125..07406af762b 100644 --- a/csharp/test/Glacier2/application/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Glacier2/application/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Glacier2/router/msbuild/client/net45/client.csproj b/csharp/test/Glacier2/router/msbuild/client/net45/client.csproj index c753658e1a1..0a8090b6968 100644 --- a/csharp/test/Glacier2/router/msbuild/client/net45/client.csproj +++ b/csharp/test/Glacier2/router/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/router/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Glacier2/router/msbuild/client/netstandard2.0/client.csproj index 4d1937f3d63..9ef2dc994b7 100644 --- a/csharp/test/Glacier2/router/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Glacier2/router/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Glacier2/router/msbuild/server/net45/server.csproj b/csharp/test/Glacier2/router/msbuild/server/net45/server.csproj index e64eb41b80c..b26f8fbee08 100644 --- a/csharp/test/Glacier2/router/msbuild/server/net45/server.csproj +++ b/csharp/test/Glacier2/router/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/router/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Glacier2/router/msbuild/server/netstandard2.0/server.csproj index 72a51fd9125..07406af762b 100644 --- a/csharp/test/Glacier2/router/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Glacier2/router/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/client/net45/client.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/client/net45/client.csproj index 7ab461a702a..9fac4a9fecf 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/client/net45/client.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/client/netstandard2.0/client.csproj index 4d1937f3d63..9ef2dc994b7 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/server/net45/server.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/server/net45/server.csproj index 1f2f7f4749a..7a33d6eee4d 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/server/net45/server.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Glacier2/sessionHelper/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Glacier2/sessionHelper/msbuild/server/netstandard2.0/server.csproj index 72a51fd9125..07406af762b 100644 --- a/csharp/test/Glacier2/sessionHelper/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Glacier2/sessionHelper/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/acm/msbuild/client/net45/client.csproj b/csharp/test/Ice/acm/msbuild/client/net45/client.csproj index 5a80a15b1fc..74a175b1368 100644 --- a/csharp/test/Ice/acm/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/acm/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -72,6 +72,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/acm/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/acm/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/acm/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/acm/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/acm/msbuild/server/net45/server.csproj b/csharp/test/Ice/acm/msbuild/server/net45/server.csproj index ac80e37ffe1..712838a4968 100644 --- a/csharp/test/Ice/acm/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/acm/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/acm/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/acm/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/acm/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/acm/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/client/net45/client.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/client/net45/client.csproj index 94e67a95364..31e83310181 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/client/netstandard2.0/client.csproj index 1bcccf29c47..0b202305d63 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/net45/collocated.csproj index 87032a1e789..c952e3d88eb 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -91,6 +91,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/collocated/netstandard2.0/collocated.csproj index 21cf29deba4..3bdde14d528 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/adapterDeactivation/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--> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/server/net45/server.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/server/net45/server.csproj index 6b632c42255..c63640edd86 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/adapterDeactivation/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/adapterDeactivation/msbuild/server/netstandard2.0/server.csproj index 775ff8201b7..a857f373d3b 100644 --- a/csharp/test/Ice/adapterDeactivation/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/adapterDeactivation/msbuild/server/netstandard2.0/server.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/admin/msbuild/client/net45/client.csproj b/csharp/test/Ice/admin/msbuild/client/net45/client.csproj index c4b3a585742..ca677be5fac 100644 --- a/csharp/test/Ice/admin/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/admin/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/admin/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/admin/msbuild/client/netstandard2.0/client.csproj index 12905bad896..3be56ded4c8 100644 --- a/csharp/test/Ice/admin/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/admin/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/admin/msbuild/server/net45/server.csproj b/csharp/test/Ice/admin/msbuild/server/net45/server.csproj index 16698f70414..960d396cefa 100644 --- a/csharp/test/Ice/admin/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/admin/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/admin/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/admin/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/admin/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/admin/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/ami/msbuild/client/net45/client.csproj b/csharp/test/Ice/ami/msbuild/client/net45/client.csproj index 2fe24640130..02e1c9b24ed 100644 --- a/csharp/test/Ice/ami/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/ami/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/ami/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/ami/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/ami/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/ami/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/ami/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/ami/msbuild/collocated/net45/collocated.csproj index 32ffcabdc4b..e08ddf7cdf5 100644 --- a/csharp/test/Ice/ami/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/ami/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -85,6 +85,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/ami/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/ami/msbuild/collocated/netstandard2.0/collocated.csproj index cfc67cb11ff..dd8e3c6ad84 100644 --- a/csharp/test/Ice/ami/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/ami/msbuild/collocated/netstandard2.0/collocated.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/ami/msbuild/server/net45/server.csproj b/csharp/test/Ice/ami/msbuild/server/net45/server.csproj index 1993d0fee26..fa7a61608ea 100644 --- a/csharp/test/Ice/ami/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/ami/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/ami/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/ami/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/ami/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/ami/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/application/msbuild/client/net45/client.csproj b/csharp/test/Ice/application/msbuild/client/net45/client.csproj index 3624e625472..85a3e0ef5b3 100644 --- a/csharp/test/Ice/application/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/application/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -63,6 +63,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/application/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/application/msbuild/client/netstandard2.0/client.csproj index f1aa1fdbb80..9a3aa0084f1 100644 --- a/csharp/test/Ice/application/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/application/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/Ice/assemblies/msbuild/client/net45/client.csproj b/csharp/test/Ice/assemblies/msbuild/client/net45/client.csproj index 840485298a9..49511cad5ff 100644 --- a/csharp/test/Ice/assemblies/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/assemblies/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -66,6 +66,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/assemblies/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/assemblies/msbuild/client/netstandard2.0/client.csproj index 448e0fa12fe..e755c32be31 100644 --- a/csharp/test/Ice/assemblies/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/assemblies/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/assemblies/msbuild/core/net45/core.csproj b/csharp/test/Ice/assemblies/msbuild/core/net45/core.csproj index aa214590bc3..a6c453e3907 100644 --- a/csharp/test/Ice/assemblies/msbuild/core/net45/core.csproj +++ b/csharp/test/Ice/assemblies/msbuild/core/net45/core.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -58,6 +58,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/assemblies/msbuild/core/netstandard2.0/core.csproj b/csharp/test/Ice/assemblies/msbuild/core/netstandard2.0/core.csproj index e5ba9fd61ac..9076cb23225 100644 --- a/csharp/test/Ice/assemblies/msbuild/core/netstandard2.0/core.csproj +++ b/csharp/test/Ice/assemblies/msbuild/core/netstandard2.0/core.csproj @@ -15,7 +15,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--> diff --git a/csharp/test/Ice/assemblies/msbuild/user/net45/user.csproj b/csharp/test/Ice/assemblies/msbuild/user/net45/user.csproj index 7fb2da79bc1..6299a3f24d1 100644 --- a/csharp/test/Ice/assemblies/msbuild/user/net45/user.csproj +++ b/csharp/test/Ice/assemblies/msbuild/user/net45/user.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,6 +64,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/assemblies/msbuild/user/netstandard2.0/user.csproj b/csharp/test/Ice/assemblies/msbuild/user/netstandard2.0/user.csproj index 65105c9d2e6..3e54c2e8046 100644 --- a/csharp/test/Ice/assemblies/msbuild/user/netstandard2.0/user.csproj +++ b/csharp/test/Ice/assemblies/msbuild/user/netstandard2.0/user.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/background/msbuild/client/net45/client.csproj b/csharp/test/Ice/background/msbuild/client/net45/client.csproj index 2e577b843f7..b31fddf06b5 100644 --- a/csharp/test/Ice/background/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/background/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -91,6 +91,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/background/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/background/msbuild/client/netstandard2.0/client.csproj index f59b5091a94..cd0d971238e 100644 --- a/csharp/test/Ice/background/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/background/msbuild/client/netstandard2.0/client.csproj @@ -26,7 +26,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--> diff --git a/csharp/test/Ice/background/msbuild/server/net45/server.csproj b/csharp/test/Ice/background/msbuild/server/net45/server.csproj index 7453cda927b..890821954a8 100644 --- a/csharp/test/Ice/background/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/background/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -94,6 +94,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/background/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/background/msbuild/server/netstandard2.0/server.csproj index eb8b09b6aa9..24a70aa8eb7 100644 --- a/csharp/test/Ice/background/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/background/msbuild/server/netstandard2.0/server.csproj @@ -27,7 +27,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--> diff --git a/csharp/test/Ice/binding/msbuild/client/net45/client.csproj b/csharp/test/Ice/binding/msbuild/client/net45/client.csproj index ea0e29ed4aa..6ea001c0d0e 100644 --- a/csharp/test/Ice/binding/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/binding/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/binding/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/binding/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/binding/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/binding/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/binding/msbuild/server/net45/server.csproj b/csharp/test/Ice/binding/msbuild/server/net45/server.csproj index d782e75bf4e..dde2da23ff8 100644 --- a/csharp/test/Ice/binding/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/binding/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/binding/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/binding/msbuild/server/netstandard2.0/server.csproj index f0ea0393d54..d016552af6a 100644 --- a/csharp/test/Ice/binding/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/binding/msbuild/server/netstandard2.0/server.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/checksum/msbuild/client/net45/client.csproj b/csharp/test/Ice/checksum/msbuild/client/net45/client.csproj index 767c9c12a75..3e790676aa3 100644 --- a/csharp/test/Ice/checksum/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/checksum/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/checksum/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/checksum/msbuild/client/netstandard2.0/client.csproj index eca7e001b02..5815a5db041 100644 --- a/csharp/test/Ice/checksum/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/checksum/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/checksum/msbuild/server/net45/server.csproj b/csharp/test/Ice/checksum/msbuild/server/net45/server.csproj index 7231518294b..b5be8b820db 100644 --- a/csharp/test/Ice/checksum/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/checksum/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/checksum/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/checksum/msbuild/server/netstandard2.0/server.csproj index bde751a8acf..ad94d535494 100644 --- a/csharp/test/Ice/checksum/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/checksum/msbuild/server/netstandard2.0/server.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/defaultServant/msbuild/client/net45/client.csproj b/csharp/test/Ice/defaultServant/msbuild/client/net45/client.csproj index b4ad62da5cf..6e52933d95e 100644 --- a/csharp/test/Ice/defaultServant/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/defaultServant/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/defaultServant/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/defaultServant/msbuild/client/netstandard2.0/client.csproj index 09d381363a7..bf78dcc6388 100644 --- a/csharp/test/Ice/defaultServant/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/defaultServant/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/defaultValue/msbuild/client/net45/client.csproj b/csharp/test/Ice/defaultValue/msbuild/client/net45/client.csproj index e644a018d80..30a895f00a5 100644 --- a/csharp/test/Ice/defaultValue/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/defaultValue/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/defaultValue/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/defaultValue/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/defaultValue/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/defaultValue/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj index e73a65d37e3..bb7ba7b034d 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj index ced25d6fbdc..e68c73e94ec 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj index 3304af5c5f0..5dc16aa7d89 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -91,6 +91,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj index 83e94d2a3ee..897a1bfad31 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/dictMapping/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--> diff --git a/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj index 1dad697337b..cd4fdbd6fc9 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj index 6758451bf8e..3eff43246e9 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj index 2de2f1d00f3..4f7d1e259b5 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj index f9f22126f3a..22ebe14de10 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/dispatcher/msbuild/client/net45/client.csproj b/csharp/test/Ice/dispatcher/msbuild/client/net45/client.csproj index dd2b98b7b94..e57b995ae43 100644 --- a/csharp/test/Ice/dispatcher/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dispatcher/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/dispatcher/msbuild/client/netstandard2.0/client.csproj index 81fbc41d8cf..88df290eb11 100644 --- a/csharp/test/Ice/dispatcher/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/dispatcher/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/dispatcher/msbuild/collocated/net45/collocated.csproj index f670cb663f8..c4deba0a2dd 100644 --- a/csharp/test/Ice/dispatcher/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -88,6 +88,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dispatcher/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/dispatcher/msbuild/collocated/netstandard2.0/collocated.csproj index 7d84fa41de2..7141960fc44 100644 --- a/csharp/test/Ice/dispatcher/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/collocated/netstandard2.0/collocated.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/dispatcher/msbuild/server/net45/server.csproj b/csharp/test/Ice/dispatcher/msbuild/server/net45/server.csproj index 1daf53389d6..caaae7f79fd 100644 --- a/csharp/test/Ice/dispatcher/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/dispatcher/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/dispatcher/msbuild/server/netstandard2.0/server.csproj index e7266809069..f8c0a668ffd 100644 --- a/csharp/test/Ice/dispatcher/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/dispatcher/msbuild/server/netstandard2.0/server.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/echo/msbuild/server/net45/server.csproj b/csharp/test/Ice/echo/msbuild/server/net45/server.csproj index af1dcf45f15..e6f6695aa21 100644 --- a/csharp/test/Ice/echo/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/echo/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/echo/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/echo/msbuild/server/netstandard2.0/server.csproj index 05aef5ad722..3f7391e2146 100644 --- a/csharp/test/Ice/echo/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/echo/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/enums/msbuild/client/net45/client.csproj b/csharp/test/Ice/enums/msbuild/client/net45/client.csproj index 8820da0b4e5..a011ee2ef9b 100644 --- a/csharp/test/Ice/enums/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/enums/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/enums/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/enums/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/enums/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/enums/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/enums/msbuild/server/net45/server.csproj b/csharp/test/Ice/enums/msbuild/server/net45/server.csproj index d39aa0131cc..d54b2d7928b 100644 --- a/csharp/test/Ice/enums/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/enums/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/enums/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/enums/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/enums/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/enums/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/exceptions/msbuild/client/net45/client.csproj b/csharp/test/Ice/exceptions/msbuild/client/net45/client.csproj index 828464a1646..51d14207d0c 100644 --- a/csharp/test/Ice/exceptions/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/exceptions/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/exceptions/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/exceptions/msbuild/client/netstandard2.0/client.csproj index 7662d0bde74..c4e0cf15661 100644 --- a/csharp/test/Ice/exceptions/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/exceptions/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/exceptions/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/exceptions/msbuild/collocated/net45/collocated.csproj index f92ec21caee..abfae2e7153 100644 --- a/csharp/test/Ice/exceptions/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/exceptions/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -91,6 +91,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> 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--> diff --git a/csharp/test/Ice/exceptions/msbuild/server/net45/server.csproj b/csharp/test/Ice/exceptions/msbuild/server/net45/server.csproj index f5b03b30eb4..28409b70097 100644 --- a/csharp/test/Ice/exceptions/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/exceptions/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/exceptions/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/exceptions/msbuild/server/netstandard2.0/server.csproj index 2555cc84c86..31409635877 100644 --- a/csharp/test/Ice/exceptions/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/exceptions/msbuild/server/netstandard2.0/server.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/exceptions/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/exceptions/msbuild/serveramd/net45/serveramd.csproj index 11abaec498a..a3b574be070 100644 --- a/csharp/test/Ice/exceptions/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/exceptions/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj index d983e87f2c4..8fa07c5ff84 100644 --- a/csharp/test/Ice/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/facets/msbuild/client/net45/client.csproj b/csharp/test/Ice/facets/msbuild/client/net45/client.csproj index 3cf9e9fd70a..0982f25c3fb 100644 --- a/csharp/test/Ice/facets/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/facets/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/facets/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/facets/msbuild/client/netstandard2.0/client.csproj index 2944a09b8e3..8ef04b06fbc 100644 --- a/csharp/test/Ice/facets/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/facets/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/facets/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/facets/msbuild/collocated/net45/collocated.csproj index a5dd2bdee73..bc3964cc9fe 100644 --- a/csharp/test/Ice/facets/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/facets/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -109,6 +109,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/facets/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/facets/msbuild/collocated/netstandard2.0/collocated.csproj index eea484e42e3..f05f9f90893 100644 --- a/csharp/test/Ice/facets/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/facets/msbuild/collocated/netstandard2.0/collocated.csproj @@ -28,7 +28,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--> diff --git a/csharp/test/Ice/facets/msbuild/server/net45/server.csproj b/csharp/test/Ice/facets/msbuild/server/net45/server.csproj index 74fa569aa2f..8f732fa3db0 100644 --- a/csharp/test/Ice/facets/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/facets/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -94,6 +94,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/facets/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/facets/msbuild/server/netstandard2.0/server.csproj index 2ee9f25dc57..4b689a72640 100644 --- a/csharp/test/Ice/facets/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/facets/msbuild/server/netstandard2.0/server.csproj @@ -27,7 +27,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--> diff --git a/csharp/test/Ice/faultTolerance/msbuild/client/net45/client.csproj b/csharp/test/Ice/faultTolerance/msbuild/client/net45/client.csproj index 92ec59a428a..9fba5d363c8 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/faultTolerance/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/faultTolerance/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/faultTolerance/msbuild/server/net45/server.csproj b/csharp/test/Ice/faultTolerance/msbuild/server/net45/server.csproj index 7eb19ddfca9..b32d539004c 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/faultTolerance/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/faultTolerance/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/faultTolerance/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/faultTolerance/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/hash/msbuild/client/net45/client.csproj b/csharp/test/Ice/hash/msbuild/client/net45/client.csproj index 726a2842ca9..05917497267 100644 --- a/csharp/test/Ice/hash/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/hash/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,6 +64,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/hash/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/hash/msbuild/client/netstandard2.0/client.csproj index 5b3fe4a5d5c..42f953b9ab2 100644 --- a/csharp/test/Ice/hash/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/hash/msbuild/client/netstandard2.0/client.csproj @@ -18,7 +18,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--> diff --git a/csharp/test/Ice/hold/msbuild/client/net45/client.csproj b/csharp/test/Ice/hold/msbuild/client/net45/client.csproj index ea314541e5b..c6e61a09449 100644 --- a/csharp/test/Ice/hold/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/hold/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/hold/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/hold/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/hold/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/hold/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/hold/msbuild/server/net45/server.csproj b/csharp/test/Ice/hold/msbuild/server/net45/server.csproj index 1a636c309fb..9098c8b408a 100644 --- a/csharp/test/Ice/hold/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/hold/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -78,6 +78,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/hold/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/hold/msbuild/server/netstandard2.0/server.csproj index 3712e2b3bd5..2e4af99a8f6 100644 --- a/csharp/test/Ice/hold/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/hold/msbuild/server/netstandard2.0/server.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/impl/msbuild/server/net45/server.csproj b/csharp/test/Ice/impl/msbuild/server/net45/server.csproj index bb4091b2f49..19bd5441fbc 100644 --- a/csharp/test/Ice/impl/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/impl/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/impl/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/impl/msbuild/serveramd/net45/serveramd.csproj index aea4b14d5b5..6fb0c98a9b1 100644 --- a/csharp/test/Ice/impl/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/impl/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/impl/msbuild/serveramdtie/net45/serveramdtie.csproj b/csharp/test/Ice/impl/msbuild/serveramdtie/net45/serveramdtie.csproj index cf7a82b6ed5..cf8554121b9 100644 --- a/csharp/test/Ice/impl/msbuild/serveramdtie/net45/serveramdtie.csproj +++ b/csharp/test/Ice/impl/msbuild/serveramdtie/net45/serveramdtie.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/impl/msbuild/servertie/net45/servertie.csproj b/csharp/test/Ice/impl/msbuild/servertie/net45/servertie.csproj index 87b7b62cf64..9ec5e5a19ab 100644 --- a/csharp/test/Ice/impl/msbuild/servertie/net45/servertie.csproj +++ b/csharp/test/Ice/impl/msbuild/servertie/net45/servertie.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -77,6 +77,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/info/msbuild/client/net45/client.csproj b/csharp/test/Ice/info/msbuild/client/net45/client.csproj index 9a21b93ab72..8f4fce4c5f3 100644 --- a/csharp/test/Ice/info/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/info/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -78,6 +78,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/info/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/info/msbuild/client/netstandard2.0/client.csproj index 720cf422feb..59067999da7 100644 --- a/csharp/test/Ice/info/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/info/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/info/msbuild/server/net45/server.csproj b/csharp/test/Ice/info/msbuild/server/net45/server.csproj index 43b2910e63d..58f39ea988f 100644 --- a/csharp/test/Ice/info/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/info/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/info/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/info/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/info/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/info/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/inheritance/msbuild/client/net45/client.csproj b/csharp/test/Ice/inheritance/msbuild/client/net45/client.csproj index d98e6a088e9..7764a6143e1 100644 --- a/csharp/test/Ice/inheritance/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/inheritance/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/inheritance/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/inheritance/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/inheritance/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/inheritance/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/inheritance/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/inheritance/msbuild/collocated/net45/collocated.csproj index c09eec64e2f..4ecfe9480b6 100644 --- a/csharp/test/Ice/inheritance/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/inheritance/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -114,6 +114,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/inheritance/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/inheritance/msbuild/collocated/netstandard2.0/collocated.csproj index 47dbe6a8356..514e7e8977f 100644 --- a/csharp/test/Ice/inheritance/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/inheritance/msbuild/collocated/netstandard2.0/collocated.csproj @@ -28,7 +28,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--> diff --git a/csharp/test/Ice/inheritance/msbuild/server/net45/server.csproj b/csharp/test/Ice/inheritance/msbuild/server/net45/server.csproj index db72abbba4a..11116aed2f8 100644 --- a/csharp/test/Ice/inheritance/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/inheritance/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -58,12 +58,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -135,6 +135,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/inheritance/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/inheritance/msbuild/server/netstandard2.0/server.csproj index b119e9e51a1..149b9377d7a 100644 --- a/csharp/test/Ice/inheritance/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/inheritance/msbuild/server/netstandard2.0/server.csproj @@ -27,7 +27,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--> diff --git a/csharp/test/Ice/interceptor/msbuild/client/net45/client.csproj b/csharp/test/Ice/interceptor/msbuild/client/net45/client.csproj index e3faab6e138..018fcac96ad 100644 --- a/csharp/test/Ice/interceptor/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/interceptor/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -78,6 +78,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/interceptor/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/interceptor/msbuild/client/netstandard2.0/client.csproj index d1aad8f89a0..99419927124 100644 --- a/csharp/test/Ice/interceptor/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/interceptor/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/invoke/msbuild/client/net45/client.csproj b/csharp/test/Ice/invoke/msbuild/client/net45/client.csproj index b7517fdf9f5..5e36eddbb65 100644 --- a/csharp/test/Ice/invoke/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/invoke/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/invoke/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/invoke/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/invoke/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/invoke/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/invoke/msbuild/server/net45/server.csproj b/csharp/test/Ice/invoke/msbuild/server/net45/server.csproj index 615cc52d7fe..266001ae5f6 100644 --- a/csharp/test/Ice/invoke/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/invoke/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/invoke/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/invoke/msbuild/server/netstandard2.0/server.csproj index 05aef5ad722..3f7391e2146 100644 --- a/csharp/test/Ice/invoke/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/invoke/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/location/msbuild/client/net45/client.csproj b/csharp/test/Ice/location/msbuild/client/net45/client.csproj index 5001e8061ea..7cf121306ce 100644 --- a/csharp/test/Ice/location/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/location/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -78,6 +78,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/location/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/location/msbuild/client/netstandard2.0/client.csproj index cc9c7f404ff..4b685d70610 100644 --- a/csharp/test/Ice/location/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/location/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/location/msbuild/server/net45/server.csproj b/csharp/test/Ice/location/msbuild/server/net45/server.csproj index 7a0bff92e71..8e3a4e0864c 100644 --- a/csharp/test/Ice/location/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/location/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -87,6 +87,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/location/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/location/msbuild/server/netstandard2.0/server.csproj index 978e9e94031..5ccaa4a8bf5 100644 --- a/csharp/test/Ice/location/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/location/msbuild/server/netstandard2.0/server.csproj @@ -23,7 +23,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--> diff --git a/csharp/test/Ice/logger/msbuild/client/net45/client.csproj b/csharp/test/Ice/logger/msbuild/client/net45/client.csproj index 46dfdfd24c7..d4944c93ed3 100644 --- a/csharp/test/Ice/logger/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/logger/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -60,6 +60,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/logger/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/logger/msbuild/client/netstandard2.0/client.csproj index f1aa1fdbb80..9a3aa0084f1 100644 --- a/csharp/test/Ice/logger/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/logger/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/Ice/metrics/msbuild/client/net45/client.csproj b/csharp/test/Ice/metrics/msbuild/client/net45/client.csproj index e2c1c129ef1..cc05076bace 100644 --- a/csharp/test/Ice/metrics/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/metrics/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -78,6 +78,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/metrics/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/metrics/msbuild/client/netstandard2.0/client.csproj index 791932885ab..1baff74907b 100644 --- a/csharp/test/Ice/metrics/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/metrics/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/metrics/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/metrics/msbuild/collocated/net45/collocated.csproj index 52f0baf5215..821676f63cb 100644 --- a/csharp/test/Ice/metrics/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/metrics/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -81,6 +81,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/metrics/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/metrics/msbuild/collocated/netstandard2.0/collocated.csproj index e171ec77d55..fa6b7a2437e 100644 --- a/csharp/test/Ice/metrics/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/metrics/msbuild/collocated/netstandard2.0/collocated.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/metrics/msbuild/server/net45/server.csproj b/csharp/test/Ice/metrics/msbuild/server/net45/server.csproj index 795b5fb4999..a8e91eb22f7 100644 --- a/csharp/test/Ice/metrics/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/metrics/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/metrics/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/metrics/msbuild/server/netstandard2.0/server.csproj index e7b8477dfc6..e1eedbd8166 100644 --- a/csharp/test/Ice/metrics/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/metrics/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/metrics/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/metrics/msbuild/serveramd/net45/serveramd.csproj index bba2a9e3487..dc6e5eb5295 100644 --- a/csharp/test/Ice/metrics/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/metrics/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/metrics/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/metrics/msbuild/serveramd/netstandard2.0/serveramd.csproj index fe8ad61011a..b11c08622e6 100644 --- a/csharp/test/Ice/metrics/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/metrics/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/networkProxy/msbuild/client/net45/client.csproj b/csharp/test/Ice/networkProxy/msbuild/client/net45/client.csproj index 1f9da74b726..e8895acb154 100644 --- a/csharp/test/Ice/networkProxy/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/networkProxy/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/networkProxy/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/networkProxy/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/networkProxy/msbuild/server/net45/server.csproj b/csharp/test/Ice/networkProxy/msbuild/server/net45/server.csproj index 6b05ffaf2ce..be0c4f7cc54 100644 --- a/csharp/test/Ice/networkProxy/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -72,6 +72,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/networkProxy/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/networkProxy/msbuild/server/netstandard2.0/server.csproj index 48600dccc25..bd6da265177 100644 --- a/csharp/test/Ice/networkProxy/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/networkProxy/msbuild/server/netstandard2.0/server.csproj @@ -18,7 +18,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--> diff --git a/csharp/test/Ice/objects/msbuild/client/net45/client.csproj b/csharp/test/Ice/objects/msbuild/client/net45/client.csproj index 97a9efd0106..e250aa7a048 100644 --- a/csharp/test/Ice/objects/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/objects/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -94,6 +94,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/objects/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/objects/msbuild/client/netstandard2.0/client.csproj index 5beb8b619ab..dc2e5275af8 100644 --- a/csharp/test/Ice/objects/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/objects/msbuild/client/netstandard2.0/client.csproj @@ -27,7 +27,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--> diff --git a/csharp/test/Ice/objects/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/objects/msbuild/collocated/net45/collocated.csproj index 1c8db217a18..972e02a82a6 100644 --- a/csharp/test/Ice/objects/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/objects/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -112,6 +112,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/objects/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/objects/msbuild/collocated/netstandard2.0/collocated.csproj index c53fc8eaf5c..8cbc682f742 100644 --- a/csharp/test/Ice/objects/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/objects/msbuild/collocated/netstandard2.0/collocated.csproj @@ -29,7 +29,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--> diff --git a/csharp/test/Ice/objects/msbuild/server/net45/server.csproj b/csharp/test/Ice/objects/msbuild/server/net45/server.csproj index ba90720dd88..bffee45ad38 100644 --- a/csharp/test/Ice/objects/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/objects/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -97,6 +97,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/objects/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/objects/msbuild/server/netstandard2.0/server.csproj index 9685cab6247..8af935cd54b 100644 --- a/csharp/test/Ice/objects/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/objects/msbuild/server/netstandard2.0/server.csproj @@ -28,7 +28,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--> diff --git a/csharp/test/Ice/operations/msbuild/client/net45/client.csproj b/csharp/test/Ice/operations/msbuild/client/net45/client.csproj index 472eb7f6004..dd699bdab47 100644 --- a/csharp/test/Ice/operations/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/operations/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -88,6 +88,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/operations/msbuild/client/netstandard2.0/client.csproj index 1cc8130aa82..120262ee433 100644 --- a/csharp/test/Ice/operations/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/operations/msbuild/client/netstandard2.0/client.csproj @@ -25,7 +25,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--> diff --git a/csharp/test/Ice/operations/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/operations/msbuild/collocated/net45/collocated.csproj index 124f81119be..140660c84e6 100644 --- a/csharp/test/Ice/operations/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/operations/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -103,6 +103,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/operations/msbuild/collocated/netstandard2.0/collocated.csproj index 1853b2aaff6..6d3a066118c 100644 --- a/csharp/test/Ice/operations/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/operations/msbuild/collocated/netstandard2.0/collocated.csproj @@ -26,7 +26,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--> diff --git a/csharp/test/Ice/operations/msbuild/server/net45/server.csproj b/csharp/test/Ice/operations/msbuild/server/net45/server.csproj index f22d7803748..169f792ba2e 100644 --- a/csharp/test/Ice/operations/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/operations/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/operations/msbuild/server/netstandard2.0/server.csproj index d44e0ee9726..c82fb29130c 100644 --- a/csharp/test/Ice/operations/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/operations/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/operations/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/operations/msbuild/serveramd/net45/serveramd.csproj index 9f6dc50590a..c18b9c446c6 100644 --- a/csharp/test/Ice/operations/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/operations/msbuild/serveramd/netstandard2.0/serveramd.csproj index c6570a3c796..1099e896f6b 100644 --- a/csharp/test/Ice/operations/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/operations/msbuild/serveramdtie/net45/serveramdtie.csproj b/csharp/test/Ice/operations/msbuild/serveramdtie/net45/serveramdtie.csproj index 62f6e846b60..0d3b635f5e5 100644 --- a/csharp/test/Ice/operations/msbuild/serveramdtie/net45/serveramdtie.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramdtie/net45/serveramdtie.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/serveramdtie/netstandard2.0/serveramdtie.csproj b/csharp/test/Ice/operations/msbuild/serveramdtie/netstandard2.0/serveramdtie.csproj index fa2a6fe92f1..4531cba31e1 100644 --- a/csharp/test/Ice/operations/msbuild/serveramdtie/netstandard2.0/serveramdtie.csproj +++ b/csharp/test/Ice/operations/msbuild/serveramdtie/netstandard2.0/serveramdtie.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/operations/msbuild/servertie/net45/servertie.csproj b/csharp/test/Ice/operations/msbuild/servertie/net45/servertie.csproj index 438b762ea3b..4faabc5a492 100644 --- a/csharp/test/Ice/operations/msbuild/servertie/net45/servertie.csproj +++ b/csharp/test/Ice/operations/msbuild/servertie/net45/servertie.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/operations/msbuild/servertie/netstandard2.0/servertie.csproj b/csharp/test/Ice/operations/msbuild/servertie/netstandard2.0/servertie.csproj index 3a5ef5776db..6842efad6be 100644 --- a/csharp/test/Ice/operations/msbuild/servertie/netstandard2.0/servertie.csproj +++ b/csharp/test/Ice/operations/msbuild/servertie/netstandard2.0/servertie.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/optional/msbuild/client/net45/client.csproj b/csharp/test/Ice/optional/msbuild/client/net45/client.csproj index 17e9e5ac574..4e51ea154d1 100644 --- a/csharp/test/Ice/optional/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/optional/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/optional/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/optional/msbuild/client/netstandard2.0/client.csproj index 62138fa2882..7891a2985a5 100644 --- a/csharp/test/Ice/optional/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/optional/msbuild/client/netstandard2.0/client.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--> diff --git a/csharp/test/Ice/optional/msbuild/serializable/net45/serializable.csproj b/csharp/test/Ice/optional/msbuild/serializable/net45/serializable.csproj index 9847c5f7a1d..dcdf0482505 100644 --- a/csharp/test/Ice/optional/msbuild/serializable/net45/serializable.csproj +++ b/csharp/test/Ice/optional/msbuild/serializable/net45/serializable.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <ProjectTypeGuids>{3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <NuGetPackageImportStamp/> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -59,6 +59,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/optional/msbuild/serializable/netstandard2.0/serializable.csproj b/csharp/test/Ice/optional/msbuild/serializable/netstandard2.0/serializable.csproj index 345854a28e3..91a58ca61e1 100644 --- a/csharp/test/Ice/optional/msbuild/serializable/netstandard2.0/serializable.csproj +++ b/csharp/test/Ice/optional/msbuild/serializable/netstandard2.0/serializable.csproj @@ -15,7 +15,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--> diff --git a/csharp/test/Ice/optional/msbuild/server/net45/server.csproj b/csharp/test/Ice/optional/msbuild/server/net45/server.csproj index 82e11b904bf..0d2ebfc60f4 100644 --- a/csharp/test/Ice/optional/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/optional/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/optional/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/optional/msbuild/server/netstandard2.0/server.csproj index 5a1d8e643ae..40fae99cd9d 100644 --- a/csharp/test/Ice/optional/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/optional/msbuild/server/netstandard2.0/server.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--> diff --git a/csharp/test/Ice/optional/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/optional/msbuild/serveramd/net45/serveramd.csproj index 117ac21b6bd..c5fdec6463a 100644 --- a/csharp/test/Ice/optional/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/optional/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/optional/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/optional/msbuild/serveramd/netstandard2.0/serveramd.csproj index 6054aec6c13..53001753847 100644 --- a/csharp/test/Ice/optional/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/optional/msbuild/serveramd/netstandard2.0/serveramd.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--> diff --git a/csharp/test/Ice/plugin/msbuild/client/net45/client.csproj b/csharp/test/Ice/plugin/msbuild/client/net45/client.csproj index 079173b319b..0c82af978be 100644 --- a/csharp/test/Ice/plugin/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/plugin/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/plugin/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/plugin/msbuild/client/netstandard2.0/client.csproj index f1aa1fdbb80..9a3aa0084f1 100644 --- a/csharp/test/Ice/plugin/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/plugin/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/Ice/plugin/msbuild/plugin/net45/plugin.csproj b/csharp/test/Ice/plugin/msbuild/plugin/net45/plugin.csproj index 5684e539892..29a5c3f2e69 100644 --- a/csharp/test/Ice/plugin/msbuild/plugin/net45/plugin.csproj +++ b/csharp/test/Ice/plugin/msbuild/plugin/net45/plugin.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -89,6 +89,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/plugin/msbuild/plugin/netstandard2.0/plugin.csproj b/csharp/test/Ice/plugin/msbuild/plugin/netstandard2.0/plugin.csproj index 78717674776..e06f13157a9 100644 --- a/csharp/test/Ice/plugin/msbuild/plugin/netstandard2.0/plugin.csproj +++ b/csharp/test/Ice/plugin/msbuild/plugin/netstandard2.0/plugin.csproj @@ -26,7 +26,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--> diff --git a/csharp/test/Ice/properties/msbuild/client/net45/client.csproj b/csharp/test/Ice/properties/msbuild/client/net45/client.csproj index 2eb696c3d47..f02c56213a3 100644 --- a/csharp/test/Ice/properties/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/properties/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -60,6 +60,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/properties/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/properties/msbuild/client/netstandard2.0/client.csproj index c9423c66b50..8105a8f77ee 100644 --- a/csharp/test/Ice/properties/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/properties/msbuild/client/netstandard2.0/client.csproj @@ -16,7 +16,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--> diff --git a/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj b/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj index d50e6b2902c..7394024a669 100644 --- a/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj index 366296625a1..3d29e3507c6 100644 --- a/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -85,6 +85,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj index 74225643571..8254a902705 100644 --- a/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj b/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj index dfe05215319..a66c0c83ef8 100644 --- a/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj index d44e0ee9726..c82fb29130c 100644 --- a/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj index 2432bf9df9d..309d575fc41 100644 --- a/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj index c6570a3c796..1099e896f6b 100644 --- a/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/retry/msbuild/client/net45/client.csproj b/csharp/test/Ice/retry/msbuild/client/net45/client.csproj index 2bd5d9fec4b..c511f210885 100644 --- a/csharp/test/Ice/retry/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/retry/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/retry/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/retry/msbuild/client/netstandard2.0/client.csproj index adcc4f9548c..7f5e54e6a99 100644 --- a/csharp/test/Ice/retry/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/retry/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/retry/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/retry/msbuild/collocated/net45/collocated.csproj index 8321dae1b13..2420896ab63 100644 --- a/csharp/test/Ice/retry/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/retry/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -91,6 +91,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/retry/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/retry/msbuild/collocated/netstandard2.0/collocated.csproj index d8bfd34c609..1a814269e95 100644 --- a/csharp/test/Ice/retry/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/retry/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--> diff --git a/csharp/test/Ice/retry/msbuild/server/net45/server.csproj b/csharp/test/Ice/retry/msbuild/server/net45/server.csproj index a490b1c0f28..bae7e85adc6 100644 --- a/csharp/test/Ice/retry/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/retry/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/retry/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/retry/msbuild/server/netstandard2.0/server.csproj index 20a658e4ae0..08647ad7f42 100644 --- a/csharp/test/Ice/retry/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/retry/msbuild/server/netstandard2.0/server.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/seqMapping/msbuild/client/net45/client.csproj b/csharp/test/Ice/seqMapping/msbuild/client/net45/client.csproj index 8d454cc148a..712054b9faf 100644 --- a/csharp/test/Ice/seqMapping/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -85,6 +85,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/seqMapping/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/seqMapping/msbuild/client/netstandard2.0/client.csproj index 0357cad0680..9875dd281ff 100644 --- a/csharp/test/Ice/seqMapping/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/client/netstandard2.0/client.csproj @@ -25,7 +25,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--> diff --git a/csharp/test/Ice/seqMapping/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/seqMapping/msbuild/collocated/net45/collocated.csproj index c10de48132c..d7af1cc123b 100644 --- a/csharp/test/Ice/seqMapping/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -100,6 +100,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/seqMapping/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/seqMapping/msbuild/collocated/netstandard2.0/collocated.csproj index 3345741790f..92522be182d 100644 --- a/csharp/test/Ice/seqMapping/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/collocated/netstandard2.0/collocated.csproj @@ -26,7 +26,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--> diff --git a/csharp/test/Ice/seqMapping/msbuild/serializable/net45/serializable.csproj b/csharp/test/Ice/seqMapping/msbuild/serializable/net45/serializable.csproj index 3e61a45a5ab..e031d88ee49 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serializable/net45/serializable.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serializable/net45/serializable.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <ProjectTypeGuids>{3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <NuGetPackageImportStamp/> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -59,6 +59,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/seqMapping/msbuild/serializable/netstandard2.0/serializable.csproj b/csharp/test/Ice/seqMapping/msbuild/serializable/netstandard2.0/serializable.csproj index 52650e28684..a251bfaa9dc 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serializable/netstandard2.0/serializable.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serializable/netstandard2.0/serializable.csproj @@ -15,7 +15,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--> diff --git a/csharp/test/Ice/seqMapping/msbuild/server/net45/server.csproj b/csharp/test/Ice/seqMapping/msbuild/server/net45/server.csproj index ea6ba1bb823..fcb7c1fea3a 100644 --- a/csharp/test/Ice/seqMapping/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -79,6 +79,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/seqMapping/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/seqMapping/msbuild/server/netstandard2.0/server.csproj index 584bbafb544..52bb7dbd385 100644 --- a/csharp/test/Ice/seqMapping/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/server/netstandard2.0/server.csproj @@ -23,7 +23,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--> diff --git a/csharp/test/Ice/seqMapping/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/seqMapping/msbuild/serveramd/net45/serveramd.csproj index 1b302828a5d..9ee6b8a7dfc 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -79,6 +79,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/seqMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/seqMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj index 9f6093b2297..d1f1794e0ce 100644 --- a/csharp/test/Ice/seqMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/seqMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -23,7 +23,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--> diff --git a/csharp/test/Ice/serialize/msbuild/client/net45/client.csproj b/csharp/test/Ice/serialize/msbuild/client/net45/client.csproj index 3e25fd75237..e3b7b0b0131 100644 --- a/csharp/test/Ice/serialize/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/serialize/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/serialize/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/serialize/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/serialize/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/serialize/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/servantLocator/msbuild/client/net45/client.csproj b/csharp/test/Ice/servantLocator/msbuild/client/net45/client.csproj index 9db32349cc1..6e9d43257fe 100644 --- a/csharp/test/Ice/servantLocator/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/servantLocator/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/servantLocator/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/servantLocator/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/servantLocator/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/servantLocator/msbuild/collocated/net45/collocated.csproj index c94bfc5a17a..a2cd2c4464d 100644 --- a/csharp/test/Ice/servantLocator/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/collocated/net45/collocated.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -94,6 +94,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/servantLocator/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/servantLocator/msbuild/collocated/netstandard2.0/collocated.csproj index 39bd0b39214..5aa97e2edeb 100644 --- a/csharp/test/Ice/servantLocator/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/collocated/netstandard2.0/collocated.csproj @@ -23,7 +23,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--> diff --git a/csharp/test/Ice/servantLocator/msbuild/server/net45/server.csproj b/csharp/test/Ice/servantLocator/msbuild/server/net45/server.csproj index 06334b039a7..af203e53316 100644 --- a/csharp/test/Ice/servantLocator/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -79,6 +79,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/servantLocator/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/servantLocator/msbuild/server/netstandard2.0/server.csproj index b1bfb9d80a7..ca13e815d56 100644 --- a/csharp/test/Ice/servantLocator/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/server/netstandard2.0/server.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--> diff --git a/csharp/test/Ice/servantLocator/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/servantLocator/msbuild/serveramd/net45/serveramd.csproj index 14f273178e9..a2bb8957dbb 100644 --- a/csharp/test/Ice/servantLocator/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -79,6 +79,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/servantLocator/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/servantLocator/msbuild/serveramd/netstandard2.0/serveramd.csproj index f47151b4b19..dd16923c8b5 100644 --- a/csharp/test/Ice/servantLocator/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/servantLocator/msbuild/serveramd/netstandard2.0/serveramd.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--> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/client/net45/client.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/client/net45/client.csproj index f774c9e865a..d610b6197ba 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -77,6 +77,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/client/netstandard2.0/client.csproj index cbca29d7be7..f0afa1acff4 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj index f63004013f7..d93103320a7 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -74,6 +74,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/server/netstandard2.0/server.csproj index ea985f606bb..5c2cb8c86ea 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/server/netstandard2.0/server.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/net45/serveramd.csproj index 6bc6df36347..1bbf43afd86 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -74,6 +74,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj index 7ea8e930dfa..5b288b36785 100644 --- a/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/slicing/exceptions/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/slicing/objects/msbuild/client/net45/client.csproj b/csharp/test/Ice/slicing/objects/msbuild/client/net45/client.csproj index a0489ebc4c9..03b43c76890 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/objects/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/slicing/objects/msbuild/client/netstandard2.0/client.csproj index cbca29d7be7..f0afa1acff4 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/slicing/objects/msbuild/server/net45/server.csproj b/csharp/test/Ice/slicing/objects/msbuild/server/net45/server.csproj index f3647c76432..106f251a8dd 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/objects/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/slicing/objects/msbuild/server/netstandard2.0/server.csproj index ea985f606bb..5c2cb8c86ea 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/server/netstandard2.0/server.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/slicing/objects/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/slicing/objects/msbuild/serveramd/net45/serveramd.csproj index d57726ebf69..ee820fc12da 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/serveramd/net45/serveramd.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -74,6 +74,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/slicing/objects/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/slicing/objects/msbuild/serveramd/netstandard2.0/serveramd.csproj index 7ea8e930dfa..5b288b36785 100644 --- a/csharp/test/Ice/slicing/objects/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/slicing/objects/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/Ice/stream/msbuild/client/net45/client.csproj b/csharp/test/Ice/stream/msbuild/client/net45/client.csproj index 7eaad634739..c25e6dbcc88 100644 --- a/csharp/test/Ice/stream/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/stream/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props" /> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props" /> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp /> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -76,6 +76,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))" /> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))" /> </Target> </Project>
\ No newline at end of file diff --git a/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj index 62138fa2882..7891a2985a5 100644 --- a/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.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--> diff --git a/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj b/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj index 93aa8f88490..156f4564167 100644 --- a/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj +++ b/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <ProjectTypeGuids>{3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <NuGetPackageImportStamp/> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -59,6 +59,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj b/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj index 52650e28684..a251bfaa9dc 100644 --- a/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj +++ b/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj @@ -15,7 +15,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--> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/client/net45/client.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/client/net45/client.csproj index c00691f3b6d..7796e830887 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -67,6 +67,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/client/netstandard2.0/client.csproj index 5b3fe4a5d5c..42f953b9ab2 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/client/netstandard2.0/client.csproj @@ -18,7 +18,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--> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/server/net45/server.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/server/net45/server.csproj index 510786877b9..b44a19cbd66 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/threadPoolPriority/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/threadPoolPriority/msbuild/server/netstandard2.0/server.csproj index c80e09e2066..46b04d2f0b1 100644 --- a/csharp/test/Ice/threadPoolPriority/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/threadPoolPriority/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/timeout/msbuild/client/net45/client.csproj b/csharp/test/Ice/timeout/msbuild/client/net45/client.csproj index 7bddf682b06..b6a53abb28a 100644 --- a/csharp/test/Ice/timeout/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/timeout/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -73,6 +73,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/timeout/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/timeout/msbuild/client/netstandard2.0/client.csproj index 12905bad896..3be56ded4c8 100644 --- a/csharp/test/Ice/timeout/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/timeout/msbuild/client/netstandard2.0/client.csproj @@ -20,7 +20,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--> diff --git a/csharp/test/Ice/timeout/msbuild/server/net45/server.csproj b/csharp/test/Ice/timeout/msbuild/server/net45/server.csproj index 783d0082a6c..e3de85bc5c2 100644 --- a/csharp/test/Ice/timeout/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/timeout/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/timeout/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/timeout/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/Ice/timeout/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/timeout/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/udp/msbuild/client/net45/client.csproj b/csharp/test/Ice/udp/msbuild/client/net45/client.csproj index bd10187e5f3..dbc2d2c35a8 100644 --- a/csharp/test/Ice/udp/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/udp/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/udp/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/udp/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/Ice/udp/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/udp/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/Ice/udp/msbuild/server/net45/server.csproj b/csharp/test/Ice/udp/msbuild/server/net45/server.csproj index 22008e684df..ae24e3dd016 100644 --- a/csharp/test/Ice/udp/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/udp/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Ice/udp/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/udp/msbuild/server/netstandard2.0/server.csproj index 7a51949c7df..9e654ad92ee 100644 --- a/csharp/test/Ice/udp/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/udp/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceBox/admin/msbuild/client/net45/client.csproj b/csharp/test/IceBox/admin/msbuild/client/net45/client.csproj index d91fa548341..b3cdb163e38 100644 --- a/csharp/test/IceBox/admin/msbuild/client/net45/client.csproj +++ b/csharp/test/IceBox/admin/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceBox/admin/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceBox/admin/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/IceBox/admin/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceBox/admin/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceBox/admin/msbuild/testservice/net45/testservice.csproj b/csharp/test/IceBox/admin/msbuild/testservice/net45/testservice.csproj index 545916946ed..f47ffa4a45d 100644 --- a/csharp/test/IceBox/admin/msbuild/testservice/net45/testservice.csproj +++ b/csharp/test/IceBox/admin/msbuild/testservice/net45/testservice.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceBox, Version=3.7.0.0, Culture=neutral, processorArchitecture=AMD64"> + <Reference Include="IceBox, Version=3.7.1.0, Culture=neutral, processorArchitecture=AMD64"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceBox.dll</HintPath> @@ -71,6 +71,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceBox/admin/msbuild/testservice/netstandard2.0/testservice.csproj b/csharp/test/IceBox/admin/msbuild/testservice/netstandard2.0/testservice.csproj index ed072159c4c..4638e407721 100644 --- a/csharp/test/IceBox/admin/msbuild/testservice/netstandard2.0/testservice.csproj +++ b/csharp/test/IceBox/admin/msbuild/testservice/netstandard2.0/testservice.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/IceBox/configuration/msbuild/client/net45/client.csproj b/csharp/test/IceBox/configuration/msbuild/client/net45/client.csproj index 1ea39423692..2ea8bf97090 100644 --- a/csharp/test/IceBox/configuration/msbuild/client/net45/client.csproj +++ b/csharp/test/IceBox/configuration/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceBox/configuration/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceBox/configuration/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/IceBox/configuration/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceBox/configuration/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceBox/configuration/msbuild/testservice/net45/testservice.csproj b/csharp/test/IceBox/configuration/msbuild/testservice/net45/testservice.csproj index edc9f06e808..2d60f7ca0fb 100644 --- a/csharp/test/IceBox/configuration/msbuild/testservice/net45/testservice.csproj +++ b/csharp/test/IceBox/configuration/msbuild/testservice/net45/testservice.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -30,7 +30,7 @@ <Reference Include="System"/> <Reference Include="System.Core"/> <Reference Include="Microsoft.CSharp"/> - <Reference Include="IceBox, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceBox, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceBox.dll</HintPath> @@ -71,6 +71,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceBox/configuration/msbuild/testservice/netstandard2.0/testservice.csproj b/csharp/test/IceBox/configuration/msbuild/testservice/netstandard2.0/testservice.csproj index ed072159c4c..4638e407721 100644 --- a/csharp/test/IceBox/configuration/msbuild/testservice/netstandard2.0/testservice.csproj +++ b/csharp/test/IceBox/configuration/msbuild/testservice/netstandard2.0/testservice.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/IceDiscovery/simple/msbuild/client/net45/client.csproj b/csharp/test/IceDiscovery/simple/msbuild/client/net45/client.csproj index 303800c5441..94c6a9b1004 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/client/net45/client.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,7 +64,7 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> <Target BeforeTargets="PrepareForBuild" Name="EnsureIceBuilderImports"> <PropertyGroup> diff --git a/csharp/test/IceDiscovery/simple/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceDiscovery/simple/msbuild/client/netstandard2.0/client.csproj index d2ea3e5fca6..af154c2e53f 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceDiscovery/simple/msbuild/server/net45/server.csproj b/csharp/test/IceDiscovery/simple/msbuild/server/net45/server.csproj index 5b21f29be32..28266d032ff 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/server/net45/server.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,7 +64,7 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> <Target BeforeTargets="PrepareForBuild" Name="EnsureIceBuilderImports"> <PropertyGroup> diff --git a/csharp/test/IceDiscovery/simple/msbuild/server/netstandard2.0/server.csproj b/csharp/test/IceDiscovery/simple/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/IceDiscovery/simple/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/IceDiscovery/simple/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceGrid/simple/msbuild/client/net45/client.csproj b/csharp/test/IceGrid/simple/msbuild/client/net45/client.csproj index a87706e8ede..9b0fe31e335 100644 --- a/csharp/test/IceGrid/simple/msbuild/client/net45/client.csproj +++ b/csharp/test/IceGrid/simple/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,17 +22,17 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Glacier2, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Glacier2, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\Glacier2.dll</HintPath> </Reference> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceGrid, Version=3.7.0.0, Culture=neutral, processorArchitecture=AMD64"> + <Reference Include="IceGrid, Version=3.7.1.0, Culture=neutral, processorArchitecture=AMD64"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceGrid.dll</HintPath> @@ -80,6 +80,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceGrid/simple/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceGrid/simple/msbuild/client/netstandard2.0/client.csproj index 0adb36638bf..f443c160725 100644 --- a/csharp/test/IceGrid/simple/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceGrid/simple/msbuild/client/netstandard2.0/client.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceGrid/simple/msbuild/server/net45/server.csproj b/csharp/test/IceGrid/simple/msbuild/server/net45/server.csproj index a5dee1e9018..e308791e162 100644 --- a/csharp/test/IceGrid/simple/msbuild/server/net45/server.csproj +++ b/csharp/test/IceGrid/simple/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -70,6 +70,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceGrid/simple/msbuild/server/netstandard2.0/server.csproj b/csharp/test/IceGrid/simple/msbuild/server/netstandard2.0/server.csproj index 3671f921c34..4dd1ee6e8c8 100644 --- a/csharp/test/IceGrid/simple/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/IceGrid/simple/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceSSL/configuration/msbuild/client/net45/client.csproj b/csharp/test/IceSSL/configuration/msbuild/client/net45/client.csproj index 459e8a08961..b1587275259 100644 --- a/csharp/test/IceSSL/configuration/msbuild/client/net45/client.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <Private>False</Private> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> @@ -81,6 +81,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceSSL/configuration/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceSSL/configuration/msbuild/client/netstandard2.0/client.csproj index cc510ad93a2..c13fa4a1f69 100644 --- a/csharp/test/IceSSL/configuration/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/client/netstandard2.0/client.csproj @@ -21,7 +21,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--> diff --git a/csharp/test/IceSSL/configuration/msbuild/server/net45/server.csproj b/csharp/test/IceSSL/configuration/msbuild/server/net45/server.csproj index d7dc2bf9426..0fd5d356396 100644 --- a/csharp/test/IceSSL/configuration/msbuild/server/net45/server.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/server/net45/server.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,12 +22,12 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> </Reference> - <Reference Include="IceSSL, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="IceSSL, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\IceSSL.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -75,6 +75,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceSSL/configuration/msbuild/server/netstandard2.0/server.csproj b/csharp/test/IceSSL/configuration/msbuild/server/netstandard2.0/server.csproj index acdbc975445..282f3aab1d9 100644 --- a/csharp/test/IceSSL/configuration/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/IceSSL/configuration/msbuild/server/netstandard2.0/server.csproj @@ -19,7 +19,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--> diff --git a/csharp/test/IceUtil/inputUtil/msbuild/client/net45/client.csproj b/csharp/test/IceUtil/inputUtil/msbuild/client/net45/client.csproj index 8a60c1f11d5..37e5d59ba27 100644 --- a/csharp/test/IceUtil/inputUtil/msbuild/client/net45/client.csproj +++ b/csharp/test/IceUtil/inputUtil/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -63,6 +63,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/IceUtil/inputUtil/msbuild/client/netstandard2.0/client.csproj b/csharp/test/IceUtil/inputUtil/msbuild/client/netstandard2.0/client.csproj index f1aa1fdbb80..9a3aa0084f1 100644 --- a/csharp/test/IceUtil/inputUtil/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/IceUtil/inputUtil/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/Slice/escape/msbuild/client/net45/client.csproj b/csharp/test/Slice/escape/msbuild/client/net45/client.csproj index c5f251359db..bfdcb406cd0 100644 --- a/csharp/test/Slice/escape/msbuild/client/net45/client.csproj +++ b/csharp/test/Slice/escape/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -68,6 +68,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Slice/escape/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Slice/escape/msbuild/client/netstandard2.0/client.csproj index e9f118e1863..554a2b481a9 100644 --- a/csharp/test/Slice/escape/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Slice/escape/msbuild/client/netstandard2.0/client.csproj @@ -18,7 +18,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--> diff --git a/csharp/test/Slice/macros/msbuild/client/net45/client.csproj b/csharp/test/Slice/macros/msbuild/client/net45/client.csproj index 0995abf06d7..6325175e471 100644 --- a/csharp/test/Slice/macros/msbuild/client/net45/client.csproj +++ b/csharp/test/Slice/macros/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,6 +64,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Slice/macros/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Slice/macros/msbuild/client/netstandard2.0/client.csproj index 471d1bfebaf..a4b587a0c24 100644 --- a/csharp/test/Slice/macros/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Slice/macros/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> diff --git a/csharp/test/Slice/structure/msbuild/client/net45/client.csproj b/csharp/test/Slice/structure/msbuild/client/net45/client.csproj index 71c90f670e7..4718c9ecc36 100644 --- a/csharp/test/Slice/structure/msbuild/client/net45/client.csproj +++ b/csharp/test/Slice/structure/msbuild/client/net45/client.csproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props"/> + <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props"/> <PropertyGroup Label="Globals"> <NuGetPackageImportStamp/> <IceBuilderInstallDir>$([MSBuild]::GetRegistryValue('HKEY_CURRENT_USER\SOFTWARE\ZeroC\IceBuilder', 'InstallDir.$(VisualStudioVersion)'))</IceBuilderInstallDir> @@ -22,7 +22,7 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <ItemGroup> - <Reference Include="Ice, Version=3.7.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> + <Reference Include="Ice, Version=3.7.1.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL"> <HintPath>$(IceAssembliesDir)\Ice.dll</HintPath> <SpecificVersion>False</SpecificVersion> <Private>False</Private> @@ -64,6 +64,6 @@ <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.0\build\zeroc.ice.net.props'))"/> + <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.1\build\zeroc.ice.net.props'))"/> </Target> </Project> diff --git a/csharp/test/Slice/structure/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Slice/structure/msbuild/client/netstandard2.0/client.csproj index 471d1bfebaf..a4b587a0c24 100644 --- a/csharp/test/Slice/structure/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Slice/structure/msbuild/client/netstandard2.0/client.csproj @@ -17,7 +17,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--> |