zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
323 stars 217 forks source link

Upgrade C# demos to only target .netstandard2.0 #200

Closed pepone closed 8 months ago

pepone commented 8 months ago

This PR upgrades the C# demos to only target .netstandard2.0, following changes on the ice main branch https://github.com/zeroc-ice/ice/pull/1583

pepone commented 8 months ago

This is just temporary - they'll be eliminated in a follow-up PR?

Because we cannot have two C# project files in the same folder, we can rework these demos to be more similar to the ones from IceRPC C# with Client/Server subdirectories