Skip to content

Commit cc70cb1

Browse files
committed
specify version of F# compiler in explicit way to workaround nuget bug, fixes #218
1 parent 06349a0 commit cc70cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BenchmarkDotNet.Samples.FSharp.Core/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"tools": {
2525
"dotnet-compile-fsc": {
26-
"version": "1.0.0-*",
26+
"version": "1.0.0-preview2-020000",
2727
"imports": [
2828
"dnxcore50",
2929
"portable-net45+win81",

0 commit comments

Comments
 (0)