summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/stream
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/stream')
-rw-r--r--csharp/test/Ice/stream/msbuild/client/net45/client.csproj6
-rw-r--r--csharp/test/Ice/stream/msbuild/client/net45/packages.config2
-rw-r--r--csharp/test/Ice/stream/msbuild/client/net5.0/client.csproj2
-rw-r--r--csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj2
-rw-r--r--csharp/test/Ice/stream/msbuild/serializable/net45/packages.config2
-rw-r--r--csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj6
-rw-r--r--csharp/test/Ice/stream/msbuild/serializable/net5.0/serializable.csproj2
-rw-r--r--csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj2
-rw-r--r--csharp/test/Ice/stream/msbuild/test/netstandard2.0/test.csproj2
9 files changed, 13 insertions, 13 deletions
diff --git a/csharp/test/Ice/stream/msbuild/client/net45/client.csproj b/csharp/test/Ice/stream/msbuild/client/net45/client.csproj
index 5329b7694d8..a62f1d7a203 100644
--- a/csharp/test/Ice/stream/msbuild/client/net45/client.csproj
+++ b/csharp/test/Ice/stream/msbuild/client/net45/client.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="14.0">
<Import Project="..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props" Condition="Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props')" />
- <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props" />
+ <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props" />
<PropertyGroup Label="Globals">
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
@@ -21,7 +21,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.7.5.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL">
+ <Reference Include="Ice, Version=3.8.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
<HintPath>$(IceAssembliesDir)\net45\Ice.dll</HintPath>
@@ -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.5\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props'))" />
+ <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props'))" />
<Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props'))" />
<Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.targets'))" />
</Target>
diff --git a/csharp/test/Ice/stream/msbuild/client/net45/packages.config b/csharp/test/Ice/stream/msbuild/client/net45/packages.config
index 7f20c0c71e3..e71444c80e6 100644
--- a/csharp/test/Ice/stream/msbuild/client/net45/packages.config
+++ b/csharp/test/Ice/stream/msbuild/client/net45/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="zeroc.ice.net" version="3.7.5" targetFramework="net452" />
+ <package id="zeroc.ice.net" version="3.8.0" targetFramework="net452" />
<package id="zeroc.icebuilder.msbuild" version="5.0.6" targetFramework="net451" />
</packages> \ No newline at end of file
diff --git a/csharp/test/Ice/stream/msbuild/client/net5.0/client.csproj b/csharp/test/Ice/stream/msbuild/client/net5.0/client.csproj
index e9288ce56f9..c152bdeda31 100644
--- a/csharp/test/Ice/stream/msbuild/client/net5.0/client.csproj
+++ b/csharp/test/Ice/stream/msbuild/client/net5.0/client.csproj
@@ -27,7 +27,7 @@
<Choose>
<When Condition="'$(ICE_BIN_DIST)' == 'all'">
<ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.5" />
+ <PackageReference Include="zeroc.ice.net" Version="3.8.0" />
</ItemGroup>
</When>
<Otherwise>
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 5db7d8b6f17..dd5e77bb1ce 100644
--- a/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj
+++ b/csharp/test/Ice/stream/msbuild/client/netstandard2.0/client.csproj
@@ -28,7 +28,7 @@
<Choose>
<When Condition="'$(ICE_BIN_DIST)' == 'all'">
<ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.5" />
+ <PackageReference Include="zeroc.ice.net" Version="3.8.0" />
</ItemGroup>
</When>
<Otherwise>
diff --git a/csharp/test/Ice/stream/msbuild/serializable/net45/packages.config b/csharp/test/Ice/stream/msbuild/serializable/net45/packages.config
index 7f20c0c71e3..e71444c80e6 100644
--- a/csharp/test/Ice/stream/msbuild/serializable/net45/packages.config
+++ b/csharp/test/Ice/stream/msbuild/serializable/net45/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="zeroc.ice.net" version="3.7.5" targetFramework="net452" />
+ <package id="zeroc.ice.net" version="3.8.0" targetFramework="net452" />
<package id="zeroc.icebuilder.msbuild" version="5.0.6" targetFramework="net451" />
</packages> \ No newline at end of file
diff --git a/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj b/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj
index e9cbdf1280a..6f450cd4715 100644
--- a/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj
+++ b/csharp/test/Ice/stream/msbuild/serializable/net45/serializable.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="14.0">
<Import Project="..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props" Condition="Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props')" />
- <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props" />
+ <Import Condition="Exists('..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Project="..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props" />
<PropertyGroup Label="Globals">
<ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
@@ -21,7 +21,7 @@
</NuGetPackageImportStamp>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Ice, Version=3.7.5.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL">
+ <Reference Include="Ice, Version=3.8.0.0, Culture=neutral, PublicKeyToken=0c5ebb72d74932c6, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
<HintPath>$(IceAssembliesDir)\net45\Ice.dll</HintPath>
@@ -47,7 +47,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.5\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.7.5\build\zeroc.ice.net.props'))" />
+ <Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props') and '$(ICE_BIN_DIST)' == 'all'" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\\packages\zeroc.ice.net.3.8.0\build\zeroc.ice.net.props'))" />
<Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.props'))" />
<Error Condition="!Exists('..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.6\build\zeroc.icebuilder.msbuild.targets'))" />
</Target>
diff --git a/csharp/test/Ice/stream/msbuild/serializable/net5.0/serializable.csproj b/csharp/test/Ice/stream/msbuild/serializable/net5.0/serializable.csproj
index 6a900005a32..8441ee4e8d3 100644
--- a/csharp/test/Ice/stream/msbuild/serializable/net5.0/serializable.csproj
+++ b/csharp/test/Ice/stream/msbuild/serializable/net5.0/serializable.csproj
@@ -19,7 +19,7 @@
<Choose>
<When Condition="'$(ICE_BIN_DIST)' == 'all'">
<ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.5"/>
+ <PackageReference Include="zeroc.ice.net" Version="3.8.0"/>
</ItemGroup>
</When>
<Otherwise>
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 600e1993ff4..b0fe5cc3d05 100644
--- a/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj
+++ b/csharp/test/Ice/stream/msbuild/serializable/netstandard2.0/serializable.csproj
@@ -20,7 +20,7 @@
<Choose>
<When Condition="'$(ICE_BIN_DIST)' == 'all'">
<ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.5"/>
+ <PackageReference Include="zeroc.ice.net" Version="3.8.0"/>
</ItemGroup>
</When>
<Otherwise>
diff --git a/csharp/test/Ice/stream/msbuild/test/netstandard2.0/test.csproj b/csharp/test/Ice/stream/msbuild/test/netstandard2.0/test.csproj
index c839522d98e..80d202fa245 100644
--- a/csharp/test/Ice/stream/msbuild/test/netstandard2.0/test.csproj
+++ b/csharp/test/Ice/stream/msbuild/test/netstandard2.0/test.csproj
@@ -32,7 +32,7 @@
<Choose>
<When Condition="'$(ICE_BIN_DIST)' == 'all'">
<ItemGroup>
- <PackageReference Include="zeroc.ice.net" Version="3.7.5" />
+ <PackageReference Include="zeroc.ice.net" Version="3.8.0" />
</ItemGroup>
</When>
<Otherwise>