Skip to content

Commit 3acf6df

Browse files
authored
Merge pull request #917 from eiriktsarpalis/update-sdk
Update downloaded dotnet sdk to version 3.0
2 parents f76cfb5 + 56f8f85 commit 3acf6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcs/build.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let dotnetExePath =
2828
if File.Exists(pathToCli) then
2929
pathToCli
3030
else
31-
DotNetCli.InstallDotNetSDK "2.2.105"
31+
DotNetCli.InstallDotNetSDK "3.0.100"
3232

3333
let runDotnet workingDir args =
3434
let result =

0 commit comments

Comments
 (0)