diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 97f3f7d..92159b2 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.403 + version: 8.0.404 - task: Cache@2 displayName: Cache packages @@ -70,7 +70,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.403 + version: 8.0.404 - task: Cache@2 displayName: Cache packages @@ -94,7 +94,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 8.0.403 + version: 8.0.404 - task: Cache@2 displayName: Cache packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7317ba5..738cdcb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: show-progress: false - name: Cache packages - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -56,10 +56,10 @@ jobs: uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.404 - name: Cache packages - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -82,10 +82,10 @@ jobs: uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.404 - name: Cache packages - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} @@ -108,10 +108,10 @@ jobs: uses: actions/setup-dotnet@v4.1.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 8.0.403 + dotnet-version: 8.0.404 - name: Cache packages - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be0d778..b5089d6 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.403 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.404 - 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.403 +# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.404 # - 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.403"' + - '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 8.0.404"' - $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH" - dotnet tool restore ; dotnet cake --verbosity=verbose diff --git a/Directory.Build.props b/Directory.Build.props index 78a6e7b..3bec489 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,6 +21,6 @@ - + diff --git a/scripts/bootstrap.cake b/scripts/bootstrap.cake index 11988a9..b127155 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.3.11 +#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.4.2 #tool dotnet:?package=GitVersion.Tool&version=5.12.0 #load aliases.cake