From 4034516630306bf39b066e6618dacfca2e39282d Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 13 Jan 2025 03:05:58 +0000 Subject: [PATCH] Remove .NET 6.0 and add .NET 9.0 (#423) * Update Directory.Build.props * Update appveyor.yml * Delete .github/workflows/snorkell-auto-documentation.yml * Update appveyor.yml * Update deep-source.yml * Update sonarcloud.yml --------- Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com> --- .github/workflows/deep-source.yml | 2 +- .../workflows/snorkell-auto-documentation.yml | 19 ------------------- .github/workflows/sonarcloud.yml | 5 +++++ Directory.Build.props | 2 +- appveyor.yml | 6 +++--- 5 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/snorkell-auto-documentation.yml diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index f9d0db855..766b98cd0 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Build and analyze env: diff --git a/.github/workflows/snorkell-auto-documentation.yml b/.github/workflows/snorkell-auto-documentation.yml deleted file mode 100644 index 926c7e53a..000000000 --- a/.github/workflows/snorkell-auto-documentation.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will improvise current file with AI genereated documentation and Create new PR - -name: Penify - Revolutionizing Documentation on GitHub - -on: - push: - branches: ["main"] - workflow_dispatch: - -jobs: - Documentation: - runs-on: ubuntu-latest - steps: - - name: Penify DocGen Client - uses: SingularityX-ai/snorkell-documentation-client@v1.0.0 - with: - client_id: ${{ secrets.SNORKELL_CLIENT_ID }} - api_key: ${{ secrets.SNORKELL_API_KEY }} - branch_name: "main" \ No newline at end of file diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 148895a47..55f3a36d3 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -50,6 +50,11 @@ jobs: echo "KEY=${KEY}" >> "${GITHUB_ENV}" # Keep the variable KEY as it echo "ORG=${ORG@L}" >> "${GITHUB_ENV}" # Lowercase the ORG variable + - name: Setup .NET + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.0.x' + - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Directory.Build.props b/Directory.Build.props index 0da6196f3..c53f72b17 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - netstandard2.0;netstandard2.1;net6.0;net8.0 + netstandard2.0;netstandard2.1;net8.0;net9.0 net8.0 diff --git a/appveyor.yml b/appveyor.yml index 444c859a9..2eb523277 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.4.{build} +version: 3.0.{build} skip_tags: true image: Visual Studio 2022 configuration: Release @@ -114,8 +114,8 @@ after_build: - ps: | foreach($version in $VERSIONS) { - 7z a -tzip -mx9 "$env:SOLUTION_NAME.Core.$version.$env:APPVEYOR_BUILD_VERSION:.zip" Build\Core\$version\ - Push-AppveyorArtifact "$env:SOLUTION_NAME.Core.$version.$env:APPVEYOR_BUILD_VERSION:.zip" + 7z a -tzip -mx9 "$env:SOLUTION_NAME.Core.$version.$env:APPVEYOR_BUILD_VERSION.zip" Build\Core\$version\ + Push-AppveyorArtifact "$env:SOLUTION_NAME.Core.$version.$env:APPVEYOR_BUILD_VERSION.zip" foreach($project in $PROJECTS) { 7z a -tzip -mx9 "$env:SOLUTION_NAME.$project.$version.$env:APPVEYOR_BUILD_VERSION.zip" Build\$project\$version\