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.
1 parent 2760979 commit 22465e5Copy full SHA for 22465e5
build/build.fs
@@ -105,7 +105,7 @@ let ciTestProjects =
105
let install =
106
lazy
107
(if (DotNet.getVersion id).StartsWith "6" then id
108
- else DotNet.install (fun options -> { options with Version = DotNet.Version "6.0.200" }))
+ else DotNet.install (fun options -> { options with Channel = DotNet.CliChannel.Version 6 0 }))
109
110
// Define general properties across various commands (with arguments)
111
let inline withWorkDir wd = DotNet.Options.lift install.Value >> DotNet.Options.withWorkingDirectory wd
0 commit comments