Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions csharp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
*.runtimeconfig.dev.json

**/generated/**
*.dll
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this addition.

We should git-ignore the build directories where all these files are copied to.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the old projects that use the project dir as the output dir:

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	Glacier2/callback/Glacier2.dll
	Glacier2/callback/Ice.dll
	Glacier2/callback/client.dll
	Glacier2/callback/server.dll
	Ice/interceptor/Ice.dll
	Ice/interceptor/client.dll
	Ice/interceptor/server.dll
	Ice/multicast/Ice.dll
	Ice/multicast/client.dll
	Ice/multicast/server.dll
	Ice/optional/Ice.dll
	Ice/optional/client.dll
	Ice/optional/server.dll
	Ice/properties/Ice.dll
	Ice/properties/client.dll
	Ice/properties/server.dll
	Ice/session/Ice.dll
	Ice/session/client.dll
	Ice/session/server.dll
	IceBox/hello/Ice.dll
	IceBox/hello/client.dll
	IceBox/hello/helloservice.dll
	IceDiscovery/hello/Ice.dll
	IceDiscovery/hello/IceDiscovery.dll
	IceDiscovery/hello/client.dll
	IceDiscovery/hello/server.dll
	IceDiscovery/replication/Ice.dll
	IceDiscovery/replication/IceDiscovery.dll
	IceDiscovery/replication/client.dll
	IceDiscovery/replication/server.dll
	IceGrid/icebox/Ice.dll
	IceGrid/icebox/client.dll
	IceGrid/icebox/helloservice.dll
	IceGrid/simple/Glacier2.dll
	IceGrid/simple/Ice.dll
	IceGrid/simple/IceGrid.dll
	IceGrid/simple/client.dll
	IceGrid/simple/server.dll
	IceStorm/clock/Ice.dll
	IceStorm/clock/IceStorm.dll
	IceStorm/clock/publisher.dll
	IceStorm/clock/subscriber.dll

client
server
publisher
subscriber
5 changes: 3 additions & 2 deletions csharp/Glacier2/callback/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<Compile Include="../../CallbackI.cs" />
<Compile Include="../../CallbackReceiverI.cs" />
<SliceCompile Include="../../Callback.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Glacier2" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
5 changes: 3 additions & 2 deletions csharp/Glacier2/callback/msbuild/server/server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<Compile Include="../../CallbackI.cs" />
<Compile Include="../../Server.cs" />
<SliceCompile Include="../../Callback.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Glacier2" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Bidir/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/AlarmClock.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Bidir/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/AlarmClock.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Callback/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/AlarmClock.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Callback/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/AlarmClock.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Cancellation/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Cancellation/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Config/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Config/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Context/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Context/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Filesystem/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Filesystem.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Filesystem/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Filesystem.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Forwarder/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CopyDebugSymbolFilesFromPackages>true</CopyDebugSymbolFilesFromPackages>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Forwarder/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Greeter/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Greeter/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Greeter/ServerAMD/ServerAMD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/GreeterAMD.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Middleware/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/Middleware/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<SliceCompile Include="../slice/Greeter.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/interceptor/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<Compile Include="../../Client.cs" />
<SliceCompile Include="../../Interceptor.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/interceptor/msbuild/server/server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Compile Include="../../ThermostatI.cs" />
<Compile Include="../../Server.cs" />
<SliceCompile Include="../../Interceptor.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/multicast/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Compile Include="../../DiscoverReplyI.cs" />
<SliceCompile Include="../../Discovery.ice" />
<SliceCompile Include="../../Hello.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/multicast/msbuild/server/server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<Compile Include="../../Server.cs" />
<SliceCompile Include="../../Discovery.ice" />
<SliceCompile Include="../../Hello.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/optional/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ItemGroup>
<Compile Include="../../Client.cs" />
<SliceCompile Include="../../Contact.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/optional/msbuild/server/server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Compile Include="../../ContactDBI.cs" />
<Compile Include="../../Server.cs" />
<SliceCompile Include="../../Contact.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/properties/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<Compile Include="../../Client.cs" />
<SliceCompile Include="../../Props.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/properties/msbuild/server/server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<Compile Include="../../Server.cs" />
<SliceCompile Include="../../Props.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
4 changes: 2 additions & 2 deletions csharp/Ice/session/msbuild/client/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<Compile Include="../../Client.cs" />
<SliceCompile Include="../../Session.ice" />
<PackageReference Include="zeroc.ice.net" Version="$(IceVersion)" />
<PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.9" />
<PackageReference Include="ZeroC.Ice" Version="$(IceVersion)" />
<PackageReference Include="ZeroC.Ice.Slice.Tools.CSharp" Version="$(IceVersion)" />

<!-- The 1.2 beta version is required for supporting the latest language features.
See: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/pull/3187 -->
Expand Down
Loading
Loading