diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-07-20 15:25:35 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-07-20 15:25:35 +0200 |
commit | 3429f150867c36d85fe87ada08cd62979ebe28be (patch) | |
tree | 94ec7ffd16d15c6f28721280a7f224ce8037d287 /scripts/Component.py | |
parent | Removed unused IceTestsTargetFrameworks property from C# ice.proj (diff) | |
download | ice-3429f150867c36d85fe87ada08cd62979ebe28be.tar.bz2 ice-3429f150867c36d85fe87ada08cd62979ebe28be.tar.xz ice-3429f150867c36d85fe87ada08cd62979ebe28be.zip |
Fixed C# IceBox/admin test to build service against netstandard2.0 framework
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index 2d677a91565..59b21b38807 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -179,7 +179,6 @@ class Ice(Component): "Ice/slicing/exceptions", "Ice/slicing/objects", "Ice/optional", - "Ice/udp" ] def getSoVersion(self): |