Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit 8586e4b

Browse files
committed
Revert System.Interactive.Async to 3.1.1
1 parent fe6becd commit 8586e4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

make_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ cp packages/Grpc.Core.1.13.1/runtimes/osx/native/libgrpc_csharp_ext.x86.dylib
2020
cp packages/Grpc.Core.1.13.1/runtimes/osx/native/libgrpc_csharp_ext.x64.dylib Plugins/Grpc.Core/runtimes/osx/x64/grpc_csharp_ext.bundle
2121
cp packages/Grpc.Core.1.13.1/runtimes/win/native/grpc_csharp_ext.x86.dll Plugins/Grpc.Core/runtimes/win/x86/grpc_csharp_ext.dll
2222
cp packages/Grpc.Core.1.13.1/runtimes/win/native/grpc_csharp_ext.x64.dll Plugins/Grpc.Core/runtimes/win/x64/grpc_csharp_ext.dll
23-
cp packages/System.Interactive.Async.3.2.0/lib/net45/System.Interactive.Async.dll Plugins/System.Interactive.Async/lib/net45/System.Interactive.Async.dll
24-
cp packages/System.Interactive.Async.3.2.0/lib/net45/System.Interactive.Async.xml Plugins/System.Interactive.Async/lib/net45/System.Interactive.Async.xml
23+
cp packages/System.Interactive.Async.3.1.1/lib/net45/System.Interactive.Async.dll Plugins/System.Interactive.Async/lib/net45/System.Interactive.Async.dll
24+
cp packages/System.Interactive.Async.3.1.1/lib/net45/System.Interactive.Async.xml Plugins/System.Interactive.Async/lib/net45/System.Interactive.Async.xml
2525

2626
# Copy Custom Plugins Files
2727

packages/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="Google.Protobuf" version="3.6.0" targetFramework="net45" />
44
<package id="Grpc.Core" version="1.13.1" targetFramework="net45" />
5-
<package id="System.Interactive.Async" version="3.2.0" targetFramework="net45" />
5+
<package id="System.Interactive.Async" version="3.1.1" targetFramework="net45" />
66
</packages>

0 commit comments

Comments
 (0)