Skip to content

Commit 89a6282

Browse files
committed
go awar runtime version
1 parent 8a2c06e commit 89a6282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Platform
1717
def self.runtime(cmd)
1818
command = cmd
1919
if self.is_nix
20-
runtime = (CLR_TOOLS_VERSION || "v4.0.30319")
20+
runtime = "v4.0.30319"
2121
command = "mono --runtime=#{runtime} #{cmd}"
2222
end
2323
command

0 commit comments

Comments
 (0)