From d60a2174eb858d58dfd1edbca5290e33f27794c5 Mon Sep 17 00:00:00 2001 From: ksemenenko Date: Tue, 10 Dec 2024 21:10:57 +0100 Subject: [PATCH] .net --- .github/workflows/dotnet.yml | 11 +---------- .github/workflows/nuget.yml | 2 +- Directory.Build.props | 2 +- .../ManagedCode.Communication.Extensions.csproj | 2 +- .../ManagedCode.Communication.csproj | 2 +- 5 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e49b199..2e4b91b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x # run build and test - name: Restore dependencies @@ -53,15 +53,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: NDepend - uses: ndepend/ndepend-action@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - license: ${{ secrets.NDEPENDLICENSE }} - coveragefolder: ${{ github.workspace }}/coverage/ - baseline: main_recent - retention-days: 15 - - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 9345da1..22a4023 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Restore dependencies run: dotnet restore diff --git a/Directory.Build.props b/Directory.Build.props index f6a686c..b65424c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 12 + 13 true enable diff --git a/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj b/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj index cf37d58..49a3735 100644 --- a/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj +++ b/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0;net9.0; + net8.0;net9.0; true embedded ManagedCode.Communication.Extensions diff --git a/ManagedCode.Communication/ManagedCode.Communication.csproj b/ManagedCode.Communication/ManagedCode.Communication.csproj index ca8bd96..8eb3adb 100644 --- a/ManagedCode.Communication/ManagedCode.Communication.csproj +++ b/ManagedCode.Communication/ManagedCode.Communication.csproj @@ -3,7 +3,7 @@ true embedded - net6.0;net7.0;net8.0;net9.0; + net8.0;net9.0;