We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe62617 commit 7621270Copy full SHA for 7621270
Makefile
@@ -52,8 +52,8 @@ dotnet/.ok:
52
(cd dotnet && \
53
mkdir -p lib && \
54
cd lib && \
55
- wget -qc $(R)/rabbitmq-dotnet-client/v$(DVER)/rabbitmq-dotnet-client-$(DVER)-dotnet-3.0.zip && \
56
- unzip -q rabbitmq-dotnet-client-$(DVER)-dotnet-3.0.zip && \
+ wget -qc $(R)/rabbitmq-dotnet-client/v$(DVER)/rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
+ unzip -q rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
57
cd .. && \
58
for f in *.cs; do \
59
gmcs -r:lib/bin/RabbitMQ.Client.dll $$f; \
0 commit comments