diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 948ac6c..39c5ca5 100644 --- a/.azure-pipelines.yaml +++ b/.azure-pipelines.yaml @@ -46,7 +46,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.201 + version: 8.0.202 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.201 + version: 8.0.202 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.201 + version: 8.0.202 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0cb7ba..506ee13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.202 - name: Cache packages uses: actions/cache@v4.0.1 @@ -82,7 +82,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.202 - name: Cache packages uses: actions/cache@v4.0.1 @@ -108,7 +108,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.201 + dotnet-version: 8.0.202 - name: Cache packages uses: actions/cache@v4.0.1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1067a1..bfc801d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build-linux: files: [ packages.lock.json ] script: # renovate: datasource=dotnet depName=dotnet-sdk - - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.201 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.202 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose @@ -52,7 +52,7 @@ build-linux: # files: [ packages.lock.json ] # script: # # renovate: datasource=dotnet depName=dotnet-sdk -# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.201 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.202 # - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH # - dotnet tool restore && dotnet cake --verbosity=verbose @@ -66,6 +66,6 @@ build-windows: files: [ packages.lock.json ] script: # renovate: datasource=dotnet depName=dotnet-sdk - - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.201"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.202"' - $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH" - dotnet tool restore ; dotnet cake --verbosity=verbose diff --git a/scripts/bootstrap.cake b/scripts/bootstrap.cake index 0eb5b72..5bede8e 100644 --- a/scripts/bootstrap.cake +++ b/scripts/bootstrap.cake @@ -1,6 +1,6 @@ #addin nuget:?package=Cake.Docker&version=1.3.0 -#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.2 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.3 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake