From b2ec0c3ff723e1fe64029b5f42ebb927c2a2a8c0 Mon Sep 17 00:00:00 2001 From: NSGolova Date: Tue, 4 Mar 2025 17:00:12 +0000 Subject: [PATCH 1/2] chore: updated .net and deps --- GenericStripper/GenericStripper.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GenericStripper/GenericStripper.csproj b/GenericStripper/GenericStripper.csproj index 7ba30ec..c934a2e 100644 --- a/GenericStripper/GenericStripper.csproj +++ b/GenericStripper/GenericStripper.csproj @@ -2,17 +2,17 @@ Exe - net7.0 + net9.0 enable enable - - - - + + + + From ce15d117ade8469214e7685fbaa8f0fda038ea46 Mon Sep 17 00:00:00 2001 From: NSGolova Date: Tue, 4 Mar 2025 21:50:56 +0000 Subject: [PATCH 2/2] chore: updated .net in CI --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56e0064..3c9a7d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3218b4e..96e5610 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 9.0.x - uses: actions/cache@v3 with: