Add support for F# and set dotnet docket image to 1.0.1-projectjson (#409)

This commit is contained in:
Seif Lotfy سيف لطفي
2016-12-08 19:32:36 +01:00
committed by C Cirello
parent ad4d7ce8b9
commit f815ab54c2
8 changed files with 74 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ var (
".py": "python",
".rs": "rust",
".cs": "dotnet",
".fs": "dotnet",
}
fnInitRuntimes []string