diff options
Diffstat (limited to 'csharp/test/Ice/dictMapping')
17 files changed, 25 insertions, 25 deletions
diff --git a/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj index 1fd5383856d..ad757678ac1 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/dictMapping/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/dictMapping/msbuild/client/net45/packages.config b/csharp/test/Ice/dictMapping/msbuild/client/net45/packages.config index 7f20c0c71e3..e71444c80e6 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/net45/packages.config +++ b/csharp/test/Ice/dictMapping/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/dictMapping/msbuild/client/net5.0/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/net5.0/client.csproj index a0e472747ee..8f405e64482 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/net5.0/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/net5.0/client.csproj @@ -26,7 +26,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/dictMapping/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj index e3b95664f8a..882dff16345 100644 --- a/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.0/client.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/client/netstandard2.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/dictMapping/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj index 822408d471f..0ae5fc0826a 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/net45/collocated.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> @@ -79,7 +79,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/dictMapping/msbuild/collocated/net45/packages.config b/csharp/test/Ice/dictMapping/msbuild/collocated/net45/packages.config index 7f20c0c71e3..e71444c80e6 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/net45/packages.config +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/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/dictMapping/msbuild/collocated/net5.0/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/net5.0/collocated.csproj index 4b79027fe53..8a0111d89d9 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/net5.0/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/net5.0/collocated.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/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj index 89c8068c117..5fcff1b3fda 100644 --- a/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/collocated/netstandard2.0/collocated.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/dictMapping/msbuild/server/net45/packages.config b/csharp/test/Ice/dictMapping/msbuild/server/net45/packages.config index 7f20c0c71e3..e71444c80e6 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/net45/packages.config +++ b/csharp/test/Ice/dictMapping/msbuild/server/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/dictMapping/msbuild/server/net45/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj index f954ac8d8fc..138f4bcdac2 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/net45/server.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> @@ -58,7 +58,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/dictMapping/msbuild/server/net5.0/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/net5.0/server.csproj index 34989fadff3..b4da0c94abc 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/net5.0/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/net5.0/server.csproj @@ -24,7 +24,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/dictMapping/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj index 9e6b48af3c6..6cbbd11f17b 100644 --- a/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/server/netstandard2.0/server.csproj @@ -25,7 +25,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/dictMapping/msbuild/serveramd/net45/packages.config b/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/packages.config index 7f20c0c71e3..e71444c80e6 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/packages.config +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/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/dictMapping/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj index cfaa2d4bc5d..e040dda203a 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/net45/serveramd.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> @@ -58,7 +58,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/dictMapping/msbuild/serveramd/net5.0/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/net5.0/serveramd.csproj index bbf8842185f..43ed33ac9ff 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/net5.0/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/net5.0/serveramd.csproj @@ -24,7 +24,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/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj index 443cadaa9e7..a10b2c9ad1a 100644 --- a/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/serveramd/netstandard2.0/serveramd.csproj @@ -25,7 +25,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/dictMapping/msbuild/test/netstandard2.0/test.csproj b/csharp/test/Ice/dictMapping/msbuild/test/netstandard2.0/test.csproj index 6bb1768fada..a53e6a43e6a 100644 --- a/csharp/test/Ice/dictMapping/msbuild/test/netstandard2.0/test.csproj +++ b/csharp/test/Ice/dictMapping/msbuild/test/netstandard2.0/test.csproj @@ -35,7 +35,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> |