8000 Update for Mono 4.0 · syk-coder/rabbitmq-tutorials@cf2a783 · GitHub
[go: up one dir, main page]

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

Lines changed: 5 additions & 0 deletions
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)
0