Skip to content

Commit cf2a783

Browse files
Update for Mono 4.0
1 parent e47c90d commit cf2a783

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dotnet/recompile.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
for f in *.cs; do \
4+
mcs -r:lib/bin/RabbitMQ.Client.dll $f; \
5+
done

0 commit comments

Comments
 (0)