From 18afc89ee2c173ce03dc47f55d9a3873ae2dbb57 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Mon, 8 Sep 2025 10:52:24 -0700 Subject: [PATCH] Update packages --- .github/workflows/CI.yml | 11 +++-------- .github/workflows/Official.yml | 14 ++++---------- Directory.Packages.props | 18 +++++++++--------- 3 files changed, 16 insertions(+), 27 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b5875e..2c329f3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,21 +38,16 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - - name: Install .NET ${{ env.DotNet8Version }} + - name: Install .NET ${{ env.DotNet8Version }} and ${{ env.DotNet9Version }} uses: actions/setup-dotnet@v5 with: dotnet-version: | ${{ env.DotNet8Version }} - - - name: Install .NET ${{ env.DotNet9Version }} - uses: actions/setup-dotnet@v5 - with: - dotnet-version: ${{ env.DotNet9Version }} - dotnet-quality: 'preview' + ${{ env.DotNet9Version }} - name: Build Solution run: dotnet build "/Property:Platform=${{ env.BuildPlatform }};Configuration=${{ env.BuildConfiguration }}" "/BinaryLogger:${{ env.ArtifactsDirectoryName }}/build.binlog" diff --git a/.github/workflows/Official.yml b/.github/workflows/Official.yml index 21c07b1..41e051f 100644 --- a/.github/workflows/Official.yml +++ b/.github/workflows/Official.yml @@ -15,7 +15,7 @@ env: BuildPlatform: 'Any CPU' ContinuousIntegrationBuild: 'true' OfficialBuild: 'true' - DotNet8Version: '8.x' + DotNet9Version: '9.x' jobs: build: @@ -24,21 +24,15 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - - name: Install .NET ${{ env.DotNet8Version }} - uses: actions/setup-dotnet@v5 - with: - dotnet-version: | - ${{ env.DotNet8Version }} - - name: Install .NET ${{ env.DotNet9Version }} uses: actions/setup-dotnet@v5 with: - dotnet-version: ${{ env.DotNet9Version }} - dotnet-quality: 'preview' + dotnet-version: | + ${{ env.DotNet9Version }} - name: Build Solution run: dotnet build "/Property:Platform=${{ env.BuildPlatform }};Configuration=${{ env.BuildConfiguration }}" "/BinaryLogger:${{ env.ArtifactsDirectoryName }}\build.binlog" diff --git a/Directory.Packages.props b/Directory.Packages.props index 9c8d2fc..d4caf5f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,27 +2,27 @@ true - 17.12.6 + 17.14.8 17.11.4 - 9.0.1 + 9.0.8 - - - - - + + + + + - + - +