From c3580124f12eb74034c617941de9e71344b08a4e Mon Sep 17 00:00:00 2001 From: nmandica Date: Mon, 16 Dec 2024 11:32:31 +0100 Subject: [PATCH] add .net9 support --- .github/workflows/dotnet.yml | 2 +- .github/workflows/nuget.yml | 2 +- src/ReSharperToCodeClimate/ReSharperToCodeClimate.csproj | 6 +++--- .../ReSharperToCodeClimateTest.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 12f3c4f..ff8e315 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 0b664a2..263ccd3 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore dependencies run: dotnet restore - name: Pack diff --git a/src/ReSharperToCodeClimate/ReSharperToCodeClimate.csproj b/src/ReSharperToCodeClimate/ReSharperToCodeClimate.csproj index ece581e..a1ed0be 100644 --- a/src/ReSharperToCodeClimate/ReSharperToCodeClimate.csproj +++ b/src/ReSharperToCodeClimate/ReSharperToCodeClimate.csproj @@ -2,16 +2,16 @@ Exe - netcoreapp3.1;net6.0;net7.0;net8.0 + netcoreapp3.1;net6.0;net7.0;net8.0;net9.0 latest - 1.0.11 + 1.0.12 ReSharperToCodeClimate resharper-to-codeclimate true resharper-to-codeclimate Thomas Weston Converts a ReSharper inspectcode xml report file to a Code Climate json report file. - Added .net8 support + Added .net9 support https://github.com/moly/resharper-to-codeclimate https://github.com/moly/resharper-to-codeclimate resharper codeclimate gitlab diff --git a/src/ReSharperToCodeClimateTest/ReSharperToCodeClimateTest.csproj b/src/ReSharperToCodeClimateTest/ReSharperToCodeClimateTest.csproj index f121fcc..a5fd391 100644 --- a/src/ReSharperToCodeClimateTest/ReSharperToCodeClimateTest.csproj +++ b/src/ReSharperToCodeClimateTest/ReSharperToCodeClimateTest.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable