Skip to content

Commit dc3534f

Browse files
committed
bring it back
1 parent 89a6282 commit dc3534f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RakeFile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PROPS = 'src/CommonAssemblyInfo.cs'
77
SLN = 'src/FluentNHibernate.sln'
88
CONFIG = 'config.json'
99
NUSPEC = 'src/FluentNHibernate.nuspec'
10+
CLR_TOOLS_VERSION = "v4.0.30319"
1011

1112
module Platform
1213

@@ -17,7 +18,7 @@ module Platform
1718
def self.runtime(cmd)
1819
command = cmd
1920
if self.is_nix
20-
runtime = "v4.0.30319"
21+
runtime = CLR_TOOLS_VERSION
2122
command = "mono --runtime=#{runtime} #{cmd}"
2223
end
2324
command

0 commit comments

Comments
 (0)