commit | 68ff6cddc055acd9f5611c297c7721a573745678 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Feb 26 21:38:04 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Feb 28 08:39:59 2019 +0100 |
tree | 48c5d056da606a09f4e98b2847fba8431ff6e6b7 | |
parent | e60b33d20d291f1ad6df3c3d1000efd821e5ea9c [diff] [blame] |
THRIFT-4813 NamedPipes may not work in all cases Client: netstd Patch: Jens Geyer
diff --git a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj index 6687a9d..58f61a2 100644 --- a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj +++ b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
@@ -33,7 +33,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="System.ServiceModel.Primitives" Version="[4.1.0,)" /> + <PackageReference Include="System.ServiceModel.Primitives" Version="4.5.3" /> </ItemGroup> <Target Name="PreBuild" BeforeTargets="_GenerateRestoreProjectSpec;Restore;Compile">