diff options
author | Jose <jose@zeroc.com> | 2020-12-01 14:31:25 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-12-01 14:31:25 +0100 |
commit | 0c9fe493a966a87855dfd0722cecdef4d6759988 (patch) | |
tree | 810855601e1e7741f614a826a9e8295410c37140 /csharp/test | |
parent | Update TypeScript version (diff) | |
download | ice-0c9fe493a966a87855dfd0722cecdef4d6759988.tar.bz2 ice-0c9fe493a966a87855dfd0722cecdef4d6759988.tar.xz ice-0c9fe493a966a87855dfd0722cecdef4d6759988.zip |
.NET5.0 build fixes
Diffstat (limited to 'csharp/test')
-rw-r--r-- | csharp/test/TestCommon/msbuild/testcommon/net5.0/testcommon.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/msbuild/testcommon/net5.0/testcommon.csproj b/csharp/test/TestCommon/msbuild/testcommon/net5.0/testcommon.csproj index c75ee8a500a..57097c6e483 100644 --- a/csharp/test/TestCommon/msbuild/testcommon/net5.0/testcommon.csproj +++ b/csharp/test/TestCommon/msbuild/testcommon/net5.0/testcommon.csproj @@ -22,7 +22,7 @@ </When> <Otherwise> <ItemGroup> - <Reference Include="..\..\..\..\..\lib\net5\Ice.dll"/> + <Reference Include="..\..\..\..\..\lib\net5.0\Ice.dll"/> </ItemGroup> </Otherwise> </Choose> |