We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f76cfb5 + 56f8f85 commit 3acf6dfCopy full SHA for 3acf6df
fcs/build.fsx
@@ -28,7 +28,7 @@ let dotnetExePath =
28
if File.Exists(pathToCli) then
29
pathToCli
30
else
31
- DotNetCli.InstallDotNetSDK "2.2.105"
+ DotNetCli.InstallDotNetSDK "3.0.100"
32
33
let runDotnet workingDir args =
34
let result =
0 commit comments