File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Add version to global.json
3333 run : |
34- $version = "8.0.400 "
34+ $version = "8.0.403 "
3535 $globalJsonPath = "global.json"
3636 $globalJson = Get-Content -Raw -Path $globalJsonPath | ConvertFrom-Json
3737 if ($null -eq $globalJson.sdk.version) {
4545 - name : Install .NET Core
4646 uses : actions/setup-dotnet@v4
4747 with :
48- dotnet-version : 8.0.400
48+ dotnet-version : 8.0.403
4949
5050 - name : Add the GitHub source
5151 run : dotnet nuget add source --username USERNAME --password ${{secrets.GITHUB_TOKEN}} --store-password-in-clear-text --name "github.com" "https://nuget.pkg.github.com/fsprojects/index.json"
Original file line number Diff line number Diff line change 3434
3535 - name : Add version to global.json
3636 run : |
37- $version = "8.0.400 "
37+ $version = "8.0.403 "
3838 $globalJsonPath = "global.json"
3939 $globalJson = Get-Content -Raw -Path $globalJsonPath | ConvertFrom-Json
4040 if ($null -eq $globalJson.sdk.version) {
4848 - name : Install .NET Core
4949 uses : actions/setup-dotnet@v4
5050 with :
51- dotnet-version : 8.0.400
51+ dotnet-version : 8.0.403
5252
5353 - name : Install local tools
5454 run : dotnet tool restore
Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 os : [ubuntu-latest, windows-latest, macOS-latest]
24- dotnet : [8.0.400 ]
24+ dotnet : [8.0.403 ]
2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ let embedAll = ctx.Arguments |> List.exists (fun arg -> arg = BuildArguments.Emb
3434let ciBuild = ctx.Arguments |> List.exists ( fun arg -> arg = BuildArguments.CIBuild)
3535
3636module DotNetCli =
37- let setVersion ( o : DotNet.Options ) = { o with Version = Some " 8.0.400 " }
37+ let setVersion ( o : DotNet.Options ) = { o with Version = Some " 8.0.403 " }
3838 let setRestoreOptions ( o : DotNet.RestoreOptions ) = o.WithCommon setVersion
3939
4040let configurationString = Environment.environVarOrDefault " CONFIGURATION" " Release"
You can’t perform that action at this time.
0 commit comments