Skip to content

Commit 7621270

Browse files
Correct .NET client download URL
1 parent fe62617 commit 7621270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dotnet/.ok:
5252
(cd dotnet && \
5353
mkdir -p lib && \
5454
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 && \
55+
wget -qc $(R)/rabbitmq-dotnet-client/v$(DVER)/rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
56+
unzip -q rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
5757
cd .. && \
5858
for f in *.cs; do \
5959
gmcs -r:lib/bin/RabbitMQ.Client.dll $$f; \

0 commit comments

Comments
 (0)